mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Clarify association build strategy behavior (#1516)
This commit is contained in:
parent
893eb67bbb
commit
5c01f05269
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ post = build(:post, author: eunji)
|
|||
|
||||
### Build strategies
|
||||
|
||||
In factory\_bot 5, associations default to using the same build strategy as
|
||||
Starting with factory\_bot 5, associations default to using the same build strategy as
|
||||
their parent object:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue