Class: CronoTrigger::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- CronoTrigger::Generators::InstallGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/crono_trigger/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
11 12 13 |
# File 'lib/generators/crono_trigger/install/install_generator.rb', line 11 def create_migration_file migration_template "install.rb", File.join(db_migrate_path, "create_crono_trigger_system_tables.rb") end |