Advertisement
Guest User

Untitled

a guest
Mar 15th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. news_path GET /news/:id(.:format) news#show
  2. PATCH /news/:id(.:format) news#update
  3. PUT /news/:id(.:format) news#update
  4. DELETE /news/:id(.:format) news#destroy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement