Skip to content
Snippets Groups Projects
Commit ee1d697f authored by Jed Schneider's avatar Jed Schneider
Browse files

reformatting address for mapquest result

parent 85f0f9f8
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ module Geocoder::Result ...@@ -45,7 +45,7 @@ module Geocoder::Result
end end
def address def address
"#{street}, #{city}, #{state}, #{postal_code}, #{country}" [street, city, state, postal_code, country].reject{|s| s.length == 0 }.join(", ")
end end
end end
end end
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