Skip to content

Instantly share code, notes, and snippets.

@mrpunkin
Created October 10, 2012 15:39
Show Gist options
  • Save mrpunkin/3866412 to your computer and use it in GitHub Desktop.
Save mrpunkin/3866412 to your computer and use it in GitHub Desktop.
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