Class: ActiveRecord::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Migration
Defined in:
lib/generators/active_record/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_migrationsObject



12
13
14
# File 'lib/generators/active_record/install_generator.rb', line 12

def generate_migrations
  migration_template "core_migration.rb", "db/migrate/create_authistic_behaviour.rb"
end