dossier: add action to save SIRET number
This commit is contained in:
parent
54ba0f8e50
commit
310f4b92d1
6 changed files with 176 additions and 1 deletions
|
@ -279,6 +279,7 @@ Rails.application.routes.draw do
|
|||
get 'identite'
|
||||
patch 'update_identite'
|
||||
get 'siret'
|
||||
post 'siret', to: 'dossiers#update_siret'
|
||||
get 'brouillon'
|
||||
patch 'brouillon', to: 'dossiers#update_brouillon'
|
||||
get 'modifier', to: 'dossiers#modifier'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue