Class: CronoTrigger::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



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