module Geocoder::MaxmindDatabase

def base_url(edition)

def base_url(edition)
  "https://download.maxmind.com/app/geoip_download?edition_id=#{edition}&license_key=#{ENV['LICENSE_KEY']}&suffix=zip"
end