Just was checking this episode by Ryan Bates (http://railscasts.com/episodes/52-update-through-checkboxes) and it seems that Rails 3.2.x has different setup.
Thus map.resources :tasks, :collection => { :complete => :put }
does not produce expected result, as it drops an issue that complete_tasks_path
does not exist. Could you please let me know how to customise routing in this particular situation?
Also seems that check_box_tag
requires different attributes other than Ryan puts in there. AS it writes back unexpected kEND...
Any help appreciated