You've said that save_stuff is a member thing, so rails needs to know
which presentation you want to save stuff on. The :url option
completely overrides the route that would normally be generated (to
the update action) so you need to specify the id as well. You could
also use the named route - :url =>
save_stuff_presentation_path(@presentation)