Class: Sequel::Generators::MigrationGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/sequel/migration/migration_generator.rb

Instance Method Summary collapse

Methods inherited from Base

source_root

Instance Method Details

#create_migration_fileObject



11
12
13
14
# File 'lib/generators/sequel/migration/migration_generator.rb', line 11

def create_migration_file
  set_local_assigns!
  migration_template "migration.rb", "db/migrate/#{file_name}.rb"
end