Guest User

Untitled

a guest
Jun 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Blog::Application.routes.draw do
  2.  
  3. resources :posts do
  4. collection do
  5. get :results
  6. get :drafts
  7. end
  8.  
  9. resources :comments do
  10. post 'disemvowel', :on => :member
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment