Class: Carter::Generators::MigrationGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/carter/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/carter/migration_generator.rb', line 13

def self.next_migration_number(path)
  ::ActiveRecord::Generators::Base.next_migration_number(path)
end

Instance Method Details

#copy_migrationObject



17
18
19
# File 'lib/generators/carter/migration_generator.rb', line 17

def copy_migration
  migration_template "migration.rb",  "db/migrate/create_carter.rb"
end