Class: Acta::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Acta::Generators::InstallGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/acta/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
17 18 19 20 |
# File 'lib/generators/acta/install/install_generator.rb', line 17 def create_migration_file migration_template "create_acta_events.rb.tt", File.join(db_migrate_path, "create_acta_events.rb") end |