Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 26, 2011 05:22
Show Gist options
  • Select an option

  • Save meltzerj/941831 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/941831 to your computer and use it in GitHub Desktop.
showable_videos GET /showable_videos(.:format) {:action=>"index", :controller=>"showable_videos"}
POST /showable_videos(.:format) {:action=>"create", :controller=>"showable_videos"}
new_showable_video GET /showable_videos/new(.:format) {:action=>"new", :controller=>"showable_videos"}
edit_showable_video GET /showable_videos/:id/edit(.:format) {:action=>"edit", :controller=>"showable_videos"}
showable_video GET /showable_videos/:id(.:format) {:action=>"show", :controller=>"showable_videos"}
PUT /showable_videos/:id(.:format) {:action=>"update", :controller=>"showable_videos"}
DELETE /showable_videos/:id(.:format)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment