Advertisement
saasbook

routes.txt

Jan 10th, 2012
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. I GET /movies {:action=>"index", :controller=>"movies"}
  2. C POST /movies {:action=>"create", :controller=>"movies"}
  3. GET /movies/new {:action=>"new", :controller=>"movies"}
  4. GET /movies/:id/edit {:action=>"edit", :controller=>"movies"}
  5. R GET /movies/:id {:action=>"show", :controller=>"movies"}
  6. U PUT /movies/:id {:action=>"update", :controller=>"movies"}
  7. D DELETE /movies/:id {:action=>"destroy", :controller=>"movies"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement