Skip to content

Commit

Permalink
Add notes about use_strict_create in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pjambet committed Nov 30, 2015
1 parent 3b42606 commit 04a09d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Use an initializer file for configuration.
- `extend_native_migration_task (default=false)`
- `ignore_ids (default=false)`
- `migration_table_name (default='seed_migration_data_migrations')`: Override the table name for the internal model that holds the migrations
- `use_strict_create (default=false)`: Use `create!` instead of `create` in `db/seeds.rb` when set to true

#### example:

Expand Down

0 comments on commit 04a09d7

Please sign in to comment.