transition from accepte to instruction as superadmin

This commit is contained in:
clemkeirua 2019-07-29 10:57:21 +02:00
parent 85378ae193
commit 38b48f4217
7 changed files with 65 additions and 3 deletions

View file

@ -16,6 +16,7 @@ Rails.application.routes.draw do
resources :dossiers, only: [:index, :show] do
post 'hide', on: :member
post 'repasser_en_instruction', on: :member
end
resources :administrateurs, only: [:index, :show, :new, :create] do