Method: Orchestrated::ActiveRecordGenerator#create_migration_file
- Defined in:
- lib/generators/orchestrated/active_record_generator.rb
#create_migration_file ⇒ Object
13 14 15 |
# File 'lib/generators/orchestrated/active_record_generator.rb', line 13 def create_migration_file migration_template 'migration.rb', 'db/migrate/create_orchestrated.rb' end |