Method: EffectivePages::Generators::InstallGenerator#create_migration_file
- Defined in:
- lib/generators/effective_pages/install_generator.rb
#create_migration_file ⇒ Object
22 23 24 |
# File 'lib/generators/effective_pages/install_generator.rb', line 22 def create_migration_file migration_template ('../' * 3) + 'db/migrate/101_create_effective_pages.rb', 'db/migrate/create_effective_pages.rb' end |