ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

Remove assosiation instead of destroying object when :allow_destroy => true #315

Open ghost opened 10 years ago

ghost commented 10 years ago

:allow_destroy deleted the same object from db but i like to only destroy association used for this nested attribute because i am using same object some where else.