Class: Acta::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/acta/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



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