instructeurs can create and download archives

This commit is contained in:
Christophe Robillard 2021-03-30 10:46:21 +02:00
parent 609a1aa45b
commit 8b2849408c
10 changed files with 229 additions and 0 deletions

View file

@ -383,6 +383,8 @@ Rails.application.routes.draw do
get 'telecharger_pjs' => 'dossiers#telecharger_pjs'
end
end
resources :archives, only: [:index, :create, :show], controller: 'archives'
end
end
get "recherche" => "recherche#index"