Advertisement
safetypin

Untitled

Feb 8th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. signup GET /signup(.:format) users#new
  2. users GET /users(.:format) users#index
  3. POST /users(.:format) users#create
  4. new_user GET /users/new(.:format) users#new
  5. edit_user GET /users/:id/edit(.:format) users#edit
  6. user GET /users/:id(.:format) users#show
  7. PATCH /users/:id(.:format) users#update
  8. PUT /users/:id(.:format) users#update
  9. DELETE /users/:id(.:format) users#destroy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement