Class: Eventusha::Generators::InstallGenerator

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

Instance Method Summary collapse

Methods included from Migration

next_migration_number

Instance Method Details

#copy_migrationObject



13
14
15
# File 'lib/generators/eventusha/install_generator.rb', line 13

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