New UI and UX for the dossier initialization

This commit is contained in:
Xavier J 2016-06-20 13:57:57 +02:00
parent 5c2902bda5
commit cc8d2ef4ee
26 changed files with 451 additions and 156 deletions

View file

@ -2,7 +2,7 @@ class Etablissement < ActiveRecord::Base
belongs_to :dossier
belongs_to :entreprise
has_many :exercices
has_many :exercices, dependent: :destroy
def geo_adresse
[numero_voie, type_voie, nom_voie, complement_adresse, code_postal, localite].join(' ')