Guest User

Untitled

a guest
Jun 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. @response.location = case @request.cookies["_shorebank_homepage"]
  2. when "business"
  3. "/business"
  4. when "commercial"
  5. "/commercial"
  6. when "nonprofit"
  7. "/nonprofit"
  8. when "faithbased"
  9. "/faithbased"
  10. when "realestate"
  11. "/realestate"
  12. when "shorebankdirect"
  13. "/shorebankdirect"
  14. else # default, if no cookies set, invalid cookie set, or 'personal' set.
  15. "/personal"
  16. end
Add Comment
Please, Sign In to add comment