Skip to content

Instantly share code, notes, and snippets.

@cilquirm
Created December 24, 2008 17:59
Show Gist options
  • Save cilquirm/39734 to your computer and use it in GitHub Desktop.
Save cilquirm/39734 to your computer and use it in GitHub Desktop.
resources :groups do
match("/find").to(:action => 'find')
end
# results in /groups/:group_id/find
# how can i get it to just be /groups/find
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment