Skip to content

Instantly share code, notes, and snippets.

@vpamulap
Created April 28, 2012 21:56
Show Gist options
  • Save vpamulap/2522352 to your computer and use it in GitHub Desktop.
Save vpamulap/2522352 to your computer and use it in GitHub Desktop.
resources :orders do
get "userindex", :on => :collection
#get "status", :on => :member
end
doing localhost:3000/orders/userindex runs the show action and tries to find the order with id userindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment