Class: JobPacks::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- JobPacks::Generators::InstallGenerator
- Extended by:
- Migration
- Includes:
- MigrationHelper, Rails::Generators::Migration
- Defined in:
- lib/generators/job_packs/install_generator.rb
Instance Method Summary collapse
Methods included from Migration
Methods included from MigrationHelper
Instance Method Details
#copy_migration ⇒ Object
17 18 19 |
# File 'lib/generators/job_packs/install_generator.rb', line 17 def copy_migration migration_template 'install.rb', 'db/migrate/install_job_packs.rb' end |