Replace quova with support for local Maxmind GeoIP lookups
This commit is contained in:
parent
99ccffe4a9
commit
9d106676b8
6 changed files with 35 additions and 106 deletions
|
@ -9,7 +9,7 @@ class Country
|
|||
@max_lon = max_lon
|
||||
end
|
||||
|
||||
def self.find_by_code(code)
|
||||
def self.find(code)
|
||||
countries[code]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue