Add archive button on recapitulative page user dossier
This commit is contained in:
parent
b541e74422
commit
a79ecbba6d
9 changed files with 89 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue