Sha256: 3771a5158e113783d5033b843826ee41a9ac3f231be7c1af750fe3b6141921f9
Contents?: true
Size: 504 Bytes
Versions: 1
Compression:
Stored size: 504 Bytes
Contents
# Configuration for seed_migrations gem # SeedMigration.config do |c| # c.migration_table_name = 'data_migrations' # c.extend_native_migration_task = true # end # By default no models are registered, so running seed migrations won't update the seeds file. # You have to manually register the models in the configuration file. # Simply register a model: # SeedMigration.register Product # You can customize the 'seeded' attribute list: # SeedMigration.register User { exclude :id, :password }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pineapples-0.3.345 | lib/pineapples/templates/config/initializers/seed_migrations.rb |