Class: EnjuSeed::UpdateGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/enju_seed/update/update_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migration_filesObject



5
6
7
8
# File 'lib/generators/enju_seed/update/update_generator.rb', line 5

def copy_migration_files
  generate('statesman:add_constraints_to_most_recent', 'UserImportFile', 'UserImportFileTransition')
  generate('statesman:add_constraints_to_most_recent', 'UserExportFile', 'UserExportFileTransition')
end