Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. map.root :controller => "home", :action => "index", :conditions => {:protocol => /http:/}
  2. map.root :controller => "dashboards", :action => "show", :conditions => {:protocol => /https:/, :foreign_domain => false}
  3. map.root :controller => "payments", :action => "new", :conditions => { :foreign_domain => true }
Add Comment
Please, Sign In to add comment