Created
April 26, 2011 05:22
-
-
Save meltzerj/941831 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
| 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