Class: GorgEngine::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_migrationsObject



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

def copy_migrations
  copy_migration "init_gorg_engine"
end