Class: Lca::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Lca::Generators::InstallGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/lca/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migration ⇒ Object
9 10 11 |
# File 'lib/generators/lca/install_generator.rb', line 9 def copy_migration migration_template "migration.rb.tt", "db/migrate/install_lca.rb", migration_version: migration_version end |
#migration_version ⇒ Object
13 14 15 |
# File 'lib/generators/lca/install_generator.rb', line 13 def migration_version "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]" end |