Class: MoRecord::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_migrationObject



11
12
13
# File 'lib/generators/mo_record/install_generator.rb', line 11

def copy_migration
  migration_template 'install.rb', 'db/migrate/install_logged_mo.rb'
end