Class: UpdateableViewsInheritance::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- UpdateableViewsInheritance::Generators::InstallGenerator
- Extended by:
- ActiveRecord::Generators::Migration
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/updateable_views_inheritance/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration ⇒ Object
14 15 16 17 |
# File 'lib/generators/updateable_views_inheritance/install_generator.rb', line 14 def create_migration migration_file = "create_updateable_views_inheritance.rb" migration_template migration_file, "db/migrate/#{migration_file}" end |