New UI and UX for the dossier initialization
This commit is contained in:
parent
5c2902bda5
commit
cc8d2ef4ee
26 changed files with 451 additions and 156 deletions
|
@ -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(' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue