Add archive button on recapitulative page user dossier

This commit is contained in:
Xavier J 2015-11-27 13:56:54 +01:00
parent b541e74422
commit a79ecbba6d
9 changed files with 89 additions and 35 deletions

View file

@ -37,6 +37,8 @@ Rails.application.routes.draw do
get '/carte' => 'carte#show'
post '/carte' => 'carte#save'
put '/archive' => 'dossiers#archive'
end
resource :dossiers
end