Class: Occurro::MigrationsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/occurro/migrations/migrations_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationObject



6
7
8
9
10
# File 'lib/generators/occurro/migrations/migrations_generator.rb', line 6

def copy_migration
  migration_template 'create_occurro_counters.rb', "db/migrate/create_occurro_counters.rb"
  sleep 1
  migration_template 'create_occurro_daily_counters.rb', "db/migrate/create_occurro_daily_counters.rb"
end