Manager: can change dossier state to instruction
This commit is contained in:
parent
5e4b92e50c
commit
49836564ce
4 changed files with 61 additions and 1 deletions
|
@ -6,6 +6,10 @@ Rails.application.routes.draw do
|
|||
post 'whitelist', on: :member
|
||||
end
|
||||
|
||||
resources :dossiers, only: [:index, :show] do
|
||||
post 'change_state_to_instruction', on: :member
|
||||
end
|
||||
|
||||
resources :administrateurs, only: [:index, :show, :new, :create] do
|
||||
post 'reinvite', on: :member
|
||||
put 'enable_feature', on: :member
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue