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

Don't trim #isp and #organization data.

parent 6f9bf4fd
No related branches found
No related tags found
No related merge requests found
...@@ -37,11 +37,11 @@ module Geocoder::Result ...@@ -37,11 +37,11 @@ module Geocoder::Result
end end
def isp def isp
@data[8][1,@data[8].length-2] @data[8]
end end
def organization def organization
@data[9][1,@data[9].length-2] @data[9]
end end
def country #not given by MaxMind def country #not given by MaxMind
......
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