Class: Orchestrated::ActiveRecordGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Extended by:
ActiveRecord::Generators::Migration
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/orchestrated/active_record_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



13
14
15
# File 'lib/generators/orchestrated/active_record_generator.rb', line 13

def create_migration_file
  migration_template 'migration.rb', 'db/migrate/create_orchestrated.rb'
end