Skip to content

Instantly share code, notes, and snippets.

@seebq
Forked from anonymous/routes.rb
Created April 8, 2011 20:50
Show Gist options
  • Save seebq/910714 to your computer and use it in GitHub Desktop.
Save seebq/910714 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