class GalterIrExporter::Install
Public Instance Methods
copy_migrations()
click to toggle source
Setup the database migrations
# 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