Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. resources :groups do
  2. match("/find").to(:action => 'find')
  3. end
  4.  
  5. # results in /groups/:group_id/find
  6. # how can i get it to just be /groups/find
Add Comment
Please, Sign In to add comment