Use GeoAdresse to geolocate enterprise on leaflet map
This commit is contained in:
parent
cf248f198f
commit
34dc07a06d
2 changed files with 5 additions and 1 deletions
|
@ -3,4 +3,8 @@ class Etablissement < ActiveRecord::Base
|
|||
belongs_to :entreprise
|
||||
|
||||
has_many :exercices
|
||||
|
||||
def geo_adresse
|
||||
numero_voie.to_s << ' ' << type_voie.to_s << ' ' << nom_voie.to_s << ' ' << complement_adresse.to_s << ' ' << code_postal.to_s << ' ' << localite.to_s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue