Class: SeedGenerator

Inherits:
ActiveRecord::Generators::MigrationGenerator
  • Object
show all
Defined in:
lib/generators/seed_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



8
9
10
11
12
# File 'lib/generators/seed_generator.rb', line 8

def create_migration_file
  set_local_assigns!
  validate_file_name!
  migration_template "seed.rb", "#{SeedBuilder.config.seeds_path}/#{file_name}.rb"
end