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

Merge pull request #284 from johanneswuerbach/master

Removed state from city.
parents 44a6212d ac1b40ea
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ module Geocoder::Result
end
def city
%w[city town village hamlet state].each do |key|
%w[city town village hamlet].each do |key|
return @data['address'][key] if @data['address'].key?(key)
end
return nil
......
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