Skip to content

Instantly share code, notes, and snippets.

@raul
Created November 19, 2010 09:16
Show Gist options
  • Save raul/706280 to your computer and use it in GitHub Desktop.
Save raul/706280 to your computer and use it in GitHub Desktop.
def fucking_ie6?
request.env['HTTP_USER_AGENT'] and request.env['HTTP_USER_AGENT'].include? "MSIE 6.0"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment