Class: GalterIrExporter::Install

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/galter_ir_exporter/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationsObject

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