Skip to content

Commit 5da6f09

Browse files
authored
Merge pull request #78 from valenzuelaomar/add-migrations-path-to-readme
Update documentation to specify custom config for 'migrations_path'
2 parents 8510025 + b54b61d commit 5da6f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Use an initializer file for configuration.
217217
- `ignore_ids (default=false)`
218218
- `migration_table_name (default='seed_migration_data_migrations')`: Override the table name for the internal model that holds the migrations
219219
- `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
220221

221222
#### example:
222223

0 commit comments

Comments
 (0)