Class: Employer::ActiveRecordGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



10
11
12
# File 'lib/generators/employer/active_record_generator.rb', line 10

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