Guest User

Untitled

a guest
Jul 18th, 2018
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ## routes.rb
  2.  
  3. mailbox_sent_index GET /mailbox/sent(.:format) {:action=>"index", :controller=>"sent"}
  4. POST /mailbox/sent(.:format) {:action=>"create", :controller=>"sent"}
  5. new_mailbox_sent GET /mailbox/sent/new(.:format) {:action=>"new", :controller=>"sent"}
  6. reply_mailbox_sent /mailbox/sent/:id/reply(.:format) {:action=>"reply", :controller=>"sent"}
  7. edit_mailbox_sent GET /mailbox/sent/:id/edit(.:format) {:action=>"edit", :controller=>"sent"}
  8. mailbox_sent GET /mailbox/sent/:id(.:format) {:action=>"show", :controller=>"sent"}
  9. PUT /mailbox/sent/:id(.:format) {:action=>"update", :controller=>"sent"}
  10. DELETE /mailbox/sent/:id(.:format) {:action=>"destroy", :controller=>"sent"}
Add Comment
Please, Sign In to add comment