class Orchestrated::ActiveRecordGenerator

Public Instance Methods

create_migration_file() click to toggle source
# File lib/generators/orchestrated/active_record_generator.rb, line 13
def create_migration_file
  migration_template 'migration.rb', 'db/migrate/create_orchestrated.rb'
end