That's a good question, and perhaps I'm heading down the wrong path. But I intend to pass a parameter in the HTTP body that will determine the type of appearances objects to remove. Because I would like the delete operation to delete a collection of appearances dependent on whether they belong to a certain person for example.
So my intention was to send the DELETE, and then a 'person' parameter in the body of the DELETE request would determine which appearances to delete. This widens the discussion slightly, but perhaps you could give guidance on the validity of this model of doing things? Many thanks again Colin Law wrote in post #988435: > On 20 March 2011 17:12, Peter Laurens <[email protected]> wrote: >> >> ... >> DELETE /appearances > > How will this identify *which* collection of appearances you want to > delete? > > Colin -- 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.

