Class: Itemable::Generators::MigrationGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Itemable::Generators::MigrationGenerator
- Extended by:
- Migration
- Includes:
- MigrationHelper, Rails::Generators::Migration
- Defined in:
- lib/generators/itemable/migration_generator.rb
Instance Method Summary collapse
Methods included from Migration
Methods included from MigrationHelper
Instance Method Details
#copy_migration ⇒ Object
10 11 12 13 |
# File 'lib/generators/itemable/migration_generator.rb', line 10 def copy_migration migration_template 'create_items.rb', 'db/migrate/create_items.itemable.rb' migration_template 'create_item_relations.rb', 'db/migrate/create_item_relations.itemable.rb' end |