Module: Dunlop::Generators::GeneratorHelpers::ClassMethods

Defined in:
lib/dunlop/generators/generator_helpers.rb

Instance Method Summary collapse

Instance Method Details

#next_migration_number(path) ⇒ Object



11
12
13
# File 'lib/dunlop/generators/generator_helpers.rb', line 11

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