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

Restore geoip2 result's #data method as public.

parent ae251bc3
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,10 @@ module Geocoder
@language ||= default_language
end
def data
@data.to_hash
end
private
def default_language
......
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