yeyicheng

Untitled

May 5th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. blog$ rake routes
  2.     posts GET    /posts(.:format)          posts#index
  3.           POST   /posts(.:format)          posts#create
  4.     new_post GET    /posts/new(.:format)      posts#new
  5. edit_post GET    /posts/:id/edit(.:format) posts#edit
  6.      post GET    /posts/:id(.:format)      posts#show
  7.           PUT    /posts/:id(.:format)      posts#update
  8.           DELETE /posts/:id(.:format)      posts#destroy
Advertisement
Add Comment
Please, Sign In to add comment