Skip to content

Instantly share code, notes, and snippets.

@oukayuka
Created June 8, 2009 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oukayuka/125602 to your computer and use it in GitHub Desktop.
Save oukayuka/125602 to your computer and use it in GitHub Desktop.
module Jpmobile::Mobile
class Au < AbstractMobile
def supports_cookie?
if @request.protocol =~ /\Ahttps/
false
else
true
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment