instructeur: show deleted dossiers for a procedure

This commit is contained in:
Christophe Robillard 2020-03-20 17:59:16 +01:00
parent bce2f92d2c
commit b4b92accf1
8 changed files with 116 additions and 0 deletions

View file

@ -307,6 +307,7 @@ Rails.application.routes.draw do
get 'stats'
get 'email_notifications'
patch 'update_email_notifications'
get 'deleted_dossiers'
resources :dossiers, only: [:show], param: :dossier_id do
member do