Method: CustomTableGenerator#copy_migration_file

Defined in:
lib/generators/custom_table/custom_table_generator.rb

#copy_migration_fileObject



12
13
14
# File 'lib/generators/custom_table/custom_table_generator.rb', line 12

def copy_migration_file
  migration_template "migration.rb", "db/migrate/add_custom_table_to_users.rb"
end