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

@ -73,6 +73,9 @@ Rails.application.routes.draw do
post '/carte' => 'carte#save'
put '/archive' => 'dossiers#archive'
post '/siret_informations' => 'dossiers#siret_informations'
put '/change_siret' => 'dossiers#change_siret'
end
resource :dossiers
end