Class: GorgEngine::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- GorgEngine::Generators::InstallGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/gorg_engine_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migrations ⇒ Object
…
13 14 15 |
# File 'lib/generators/gorg_engine_generator.rb', line 13 def copy_migrations copy_migration "init_gorg_engine" end |