Created
October 10, 2012 15:39
-
-
Save mrpunkin/3866412 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 :photos | |
## Results in standard restful routes, including | |
## photo GET /photos/:id(.:format) photos#show | |
match '/photos/:id(/in/:collection)' => 'photos#show', :via=>:get, :as=>'photo' | |
## Overrides old photo_path with | |
## photo GET /photos/:id(/in/:collection)(.:format) photos#show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment