You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet.
If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet.
If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
We're working in a context where we are creating associated records in our factories, and we set the parent record's ID as we build them.
e.g.
We have noticed that when we use
Factory.insert
,wheel.car_id
is set. We would like that same behaviour frombuild
.We've got a patch for this locally in our codebase, would it be useful to submit as a PR?
The text was updated successfully, but these errors were encountered: