Resources: allow two http verbs for custom action

Hi!
I have a very simple question: if I define a custom action on a
resource, for example through

map.resources :projects, :member => {:foobar => :get}

how can I allow get AND delete http verbs?
thanks
Flo Schaf