We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8510025 + b54b61d commit 5da6f09Copy full SHA for 5da6f09
README.md
@@ -217,6 +217,7 @@ Use an initializer file for configuration.
217
- `ignore_ids (default=false)`
218
- `migration_table_name (default='seed_migration_data_migrations')`: Override the table name for the internal model that holds the migrations
219
- `use_strict_create (default=false)`: Use `create!` instead of `create` in `db/seeds.rb` when set to true
220
+- `migrations_path (default='data')`: Override the default path that seed migrations get stored in
221
222
#### example:
223
0 commit comments