Class: SchedularMigrationsGenerator

Inherits:
Rails::Generator::Base
  • Object
show all
Defined in:
generators/schedular_migrations/schedular_migrations_generator.rb

Instance Method Summary collapse

Instance Method Details

#manifestObject



2
3
4
5
6
# File 'generators/schedular_migrations/schedular_migrations_generator.rb', line 2

def manifest
  record do |m|
    m.migration_template 'schedular_migrations.rb', 'db/migrate', :migration_file_name => "schedular_migrations"
  end
end