feat(routing): add view for dossier a reaffecter

This commit is contained in:
Eric Leroy-Terquem 2023-05-17 14:49:20 +02:00
parent e7e702a574
commit 18054fe346
4 changed files with 58 additions and 3 deletions

View file

@ -450,7 +450,8 @@ Rails.application.routes.draw do
post 'avis' => 'dossiers#create_avis'
get 'print' => 'dossiers#print'
get 'telecharger_pjs' => 'dossiers#telecharger_pjs'
post 'reaffecter_un_dossier'
get 'reaffectation'
post 'reaffecter'
end
end