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

Remove unnecessary commas.

parent c2ed7981
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ module Geocoder::Result
def country
@data['address']['country']
end
def country_code
@data['address']['country_code']
end
......@@ -53,8 +54,7 @@ module Geocoder::Result
end
def self.response_attributes
%w[place_id, boundingbox, license,
polygonpoints, display_name, class, type, stadium, suburb]
%w[place_id boundingbox license polygonpoints display_name class type stadium suburb]
end
response_attributes.each do |a|
......
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