Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ActionController::Routing::Routes.draw do |map|
  2.  
  3. # .... more routes ....
  4.  
  5. # Zendesk remote authentication
  6. #
  7. map.zendesk '/support', :controller => 'sessions'
  8.  
  9. # .... more routes ....
  10.  
  11. end
Add Comment
Please, Sign In to add comment