Method: Easyhooks::MigrationGenerator#create_migration_file
- Defined in:
- lib/generators/easyhooks/migration/migration_generator.rb
#create_migration_file ⇒ Object
11 12 13 |
# File 'lib/generators/easyhooks/migration/migration_generator.rb', line 11 def create_migration_file migration_template 'migration.rb','db/migrate/easyhooks_migration.rb' end |