Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
force it to not think about cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Dec 22, 2011
1 parent 3dc16bd commit 3c1c5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rack/geo.rb
Expand Up @@ -124,7 +124,8 @@ def extract_geo_info
end

def has_geo_cookie?
request.cookies && request.cookies.has_key?('geo')
false
#request.cookies && request.cookies.has_key?('geo')
end
end
end

0 comments on commit 3c1c5c5

Please sign in to comment.