Method: Rscratch::InstallGenerator#copy_migrations
- Defined in:
- lib/generators/rscratch/install/install_generator.rb
#copy_migrations ⇒ Object
15 16 17 |
# File 'lib/generators/rscratch/install/install_generator.rb', line 15 def copy_migrations migration_template "migration.rb", "db/migrate/rscratch_schema_migration.rb" end |