Class: Backgroundrb::Generators::BdrbMigrationGenerator
- Inherits:
-
ActiveRecord::Generators::Base
- Object
- ActiveRecord::Generators::Base
- Backgroundrb::Generators::BdrbMigrationGenerator
- Defined in:
- lib/generators/backgroundrb/bdrb_migration/bdrb_migration_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/backgroundrb/bdrb_migration/bdrb_migration_generator.rb', line 6 def self.source_root @source_root ||= File.('../templates', __FILE__) end |
Instance Method Details
#copy_backgroundrb_migration ⇒ Object
10 11 12 |
# File 'lib/generators/backgroundrb/bdrb_migration/bdrb_migration_generator.rb', line 10 def copy_backgroundrb_migration migration_template "migration.rb", "db/migrate/create_backgroundrb_queue_table" end |