Class: PlaypathRails::Generators::MigrationGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- PlaypathRails::Generators::MigrationGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/playpath_rails/migration_generator.rb,
lib/playpath_rails/generators/migration_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
15 16 17 18 |
# File 'lib/generators/playpath_rails/migration_generator.rb', line 15 def create_migration_file migration_template 'add_playpath_item_id_migration.rb.erb', "db/migrate/add_playpath_item_id_to_#{table_name}.rb" end |