Merge conflit corrected
This commit is contained in:
parent
7b0d142693
commit
af5104ca31
@ -96,10 +96,7 @@ class Event < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def full_address
|
def full_address
|
||||||
<<<<<<< 32e574665f95c79a8ce3a538d8a7d03116872662
|
|
||||||
=======
|
|
||||||
# Temporary solution until OSM reverse geocoding can use the new regions
|
# Temporary solution until OSM reverse geocoding can use the new regions
|
||||||
>>>>>>> Until OSM reverse geocoding understands the new French regions, we do not use regions' names...
|
|
||||||
# [address, city, region.try(:name)].compact.join ', '
|
# [address, city, region.try(:name)].compact.join ', '
|
||||||
[address, city].compact.join ', '
|
[address, city].compact.join ', '
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user