Sha256: c7bbfd99a0a969bffe646f60dbd9f455aff5ec05e50213ad0bbf534a10789dfc

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

class EnjuEvent::UpdateGenerator < Rails::Generators::Base
  source_root File.expand_path('../templates', __FILE__)
  desc "Create files for updating Next-L Enju"

  def copy_migration_files
    generate('statesman:add_constraints_to_most_recent', 'EventImportFile', 'EventImportFileTransition')
    generate('statesman:add_constraints_to_most_recent', 'EventExportFile', 'EventExportFileTransition')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_event-0.2.2 lib/generators/enju_event/update/update_generator.rb