Replace quova with support for local Maxmind GeoIP lookups

This commit is contained in:
Tom Hughes 2016-10-20 21:32:43 +01:00
parent 99ccffe4a9
commit 9d106676b8
6 changed files with 35 additions and 106 deletions

View file

@ -9,7 +9,7 @@ class Country
@max_lon = max_lon
end
def self.find_by_code(code)
def self.find(code)
countries[code]
end