class StrongMindRailsIdentity::InstallGenerator

def self.next_migration_number(path)

def self.next_migration_number(path)
  # Add 1 to make sure this happens after the devise migration
  (Time.now.utc.strftime("%Y%m%d%H%M%S").to_i + 1).to_s
end