Class: EasyTag::MigrationGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- EasyTag::MigrationGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/easy_tag/migration/migration_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.next_migration_number(path) ⇒ Object
13 14 15 |
# File 'lib/generators/easy_tag/migration/migration_generator.rb', line 13 def self.next_migration_number(path) ActiveRecord::Generators::Base.next_migration_number(path) end |
Instance Method Details
#create_migration_file ⇒ Object
17 18 19 |
# File 'lib/generators/easy_tag/migration/migration_generator.rb', line 17 def create_migration_file migration_template 'migration.rb', 'db/migrate/easy_tag_migration' end |