Skip to content

Instantly share code, notes, and snippets.

@fmalamitsas
Created August 7, 2011 17:15
Show Gist options
  • Save fmalamitsas/1130557 to your computer and use it in GitHub Desktop.
Save fmalamitsas/1130557 to your computer and use it in GitHub Desktop.
tag_users GET /tags/:tag_id/users(.:format) {:action=>"index", :controller=>"users"}
event_users GET /events/:event_id/users(.:format) {:action=>"index", :controller=>"users"}
product_users GET /products/:product_id/users(.:format) {:action=>"index", :controller=>"users"}
location_users GET /locations/:location_id/users(.:format) {:action=>"index", :controller=>"users"}
home_users GET /users/home(.:format) {:action=>"home", :controller=>"users"}
users GET /users(.:format) {:action=>"index", :controller=>"users"}
user GET /users/:id(.:format) {:action=>"show", :controller=>"users"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment