Until OSM reverse geocoding understands the new French regions, we do not use regions' names...
This commit is contained in:
parent
449e0e191d
commit
32e574665f
@ -96,7 +96,8 @@ class Event < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def full_address
|
def full_address
|
||||||
[address, city, region.try(:name)].compact.join ', '
|
# [address, city, region.try(:name)].compact.join ', '
|
||||||
|
[address, city].compact.join ', '
|
||||||
end
|
end
|
||||||
|
|
||||||
def hashtags
|
def hashtags
|
||||||
|
Loading…
Reference in New Issue
Block a user