Skip to content

Instantly share code, notes, and snippets.

@CamonZ
Created April 5, 2010 16:45
Show Gist options
  • Select an option

  • Save CamonZ/356566 to your computer and use it in GitHub Desktop.

Select an option

Save CamonZ/356566 to your computer and use it in GitHub Desktop.
recent_photographs GET /photographs/recent(.:format) {:action=>"recent", :controller=>"photographs"}
photographs GET /photographs(.:format) {:action=>"index", :controller=>"photographs"}
photograph GET /photographs/:id(.:format) {:action=>"show", :controller=>"photographs"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment