Class: SeedGenerator
- Inherits:
-
ActiveRecord::Generators::MigrationGenerator
- Object
- ActiveRecord::Generators::MigrationGenerator
- SeedGenerator
- Defined in:
- lib/generators/seed_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
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 |