Hi,

Using "resources :object" in my routes file, the DELETE operation
operates by default on an individual member (i.e. it requires an 'id' to
be specified).

I'd like to change this so that DELETE is a collection route, so that I
can call it without having to specify an id and still have the route
match through to the destroy method.

I'm new to Rails routes, so any help would be much appreciated!

Thanks,

- Nex

-- 
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.

Reply via email to