Created
December 24, 2008 17:59
-
-
Save cilquirm/39734 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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