Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. anirvana@ubuntu:~/blog$ rake routes
  2. (in /home/anirvana/blog)
  3. posts GET /posts(.:format) {:action=>"index", :controller=>"posts"}
  4. POST /posts(.:format) {:action=>"create", :controller=>"posts"}
  5. new_post GET /posts/new(.:format) {:action=>"new", :controller=>"posts"}
  6. edit_post GET /posts/:id/edit(.:format) {:action=>"edit", :controller=>"posts"}
  7. post GET /posts/:id(.:format) {:action=>"show", :controller=>"posts"}
  8. PUT /posts/:id(.:format) {:action=>"update", :controller=>"posts"}
  9. DELETE /posts/:id(.:format) {:action=>"destroy", :controller=>"posts"}
  10. home_index GET /home/index(.:format) {:controller=>"home", :action=>"index"}
  11. root /(.:format) {:controller=>"home", :action=>"index"}
Add Comment
Please, Sign In to add comment