I am trying to make a nested model form in which I can add/delete association objects on the fly.
In Rails 3.0.x that would work properly if I created a hidden input with the "_destroy" name that when set to 1 it would have deleted the association record.
Now whenever I submit the form with the hidden input _destroy set to 1 (or true) it doesn't do anything.
Any ideas?
Thanks