Skip to content
Snippets Groups Projects
Commit d6d29626 authored by Alex Reisner's avatar Alex Reisner
Browse files

Set default fixture for Ip2Location.

parent 7ea84fa3
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,14 @@ module Geocoder
end
end
require 'geocoder/lookups/ip2location_api'
class Ip2locationApi
private
def default_fixture_filename
"ip2location_api_8_8_8_8"
end
end
require 'geocoder/lookups/ipstack'
class Ipstack
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment