Skip to content

Instantly share code, notes, and snippets.

Created April 8, 2011 16:22
Show Gist options
  • Save anonymous/910209 to your computer and use it in GitHub Desktop.
Save anonymous/910209 to your computer and use it in GitHub Desktop.
Swarm3::Application.routes.draw do
devise_for :users
resources :swarm_requests do
put 'accept_requester_price_now' :on => :member
resources :bids do
put 'accept' :on => :member
end
end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment