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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Duplicates are created if the child_attributes hash is set. Note that this occurs without even saving the model. Using the example in the README, if you include accepts_nested_attributes_for :todo_items and in a console wrote todo_list.todo_items_attributes = {"1" => { "position" => "1" } } you'd see the duplicate with todo_list.todo_items.
The text was updated successfully, but these errors were encountered:
Duplicates are created if the child_attributes hash is set. Note that this occurs without even saving the model. Using the example in the README, if you include
accepts_nested_attributes_for :todo_items
and in a console wrotetodo_list.todo_items_attributes = {"1" => { "position" => "1" } }
you'd see the duplicate withtodo_list.todo_items
.The text was updated successfully, but these errors were encountered: