Guest User

Untitled

a guest
Jun 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ## Application controller
  2. layout detect_google_mini
  3.  
  4. def detect_google_mini
  5. request.env["HTTP_USER_AGENT"] == "tol-mini" ? "google-mini" : nil
  6. end
Add Comment
Please, Sign In to add comment