class Authem::UserGenerator
Private Instance Methods
migration_template(_, migration_file_name)
click to toggle source
Calls superclass method
# File lib/generators/authem/user/user_generator.rb, line 9 def migration_template(_, migration_file_name) super "create_table_migration.rb", migration_file_name end