@Walter Actually the form being submitted is going through EventsController, the table of events is just the events/index, and I've made a new route called events/multi_params_edit, which is where the form submits to.
So the EventsController is trying to update lots of events, not an associated model. Thanks for the advice though, it's actually helped somewhere else! @Fred - Ok that makes sense, what would be the correct way to do this then? Can I somehow set all to false all events, except those passed in as params? Or can I somehow force it to set the value to true even though it thinks it has done it already? Thanks for the help -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

