Until OSM reverse geocoding understands the new French regions, we do not use regions' names...

This commit is contained in:
echarp 2016-01-18 17:56:40 +01:00
parent 449e0e191d
commit 32e574665f
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ class Event < ActiveRecord::Base
end
def full_address
[address, city, region.try(:name)].compact.join ', '
# [address, city, region.try(:name)].compact.join ', '
[address, city].compact.join ', '
end
def hashtags