Class: GalterIrExporter::Install
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- GalterIrExporter::Install
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/galter_ir_exporter/install/install_generator.rb
Instance Method Summary collapse
-
#copy_migrations ⇒ Object
Setup the database migrations.
Instance Method Details
#copy_migrations ⇒ Object
Setup the database migrations
13 14 15 |
# File 'lib/generators/galter_ir_exporter/install/install_generator.rb', line 13 def copy_migrations migration_template "create_galter_ir_exporter_migration_survey_items.rb", "db/migrate/create_galter_ir_exporter_migration_survey_items.rb" end |