make and expert notifiable (controller and routes)

This commit is contained in:
kara Diaby 2021-02-11 20:19:15 +01:00 committed by Pierre de La Morinerie (Rebase PR Action)
parent 7b4ec486ec
commit 9492b09f85
2 changed files with 14 additions and 2 deletions

View file

@ -379,13 +379,14 @@ Rails.application.routes.draw do
get 'jeton'
patch 'update_jeton'
put :allow_expert_review
get 'invited_expert_list'
end
get 'publication' => 'procedures#publication', as: :publication
put 'publish' => 'procedures#publish', as: :publish
get 'transfert' => 'procedures#transfert', as: :transfert
post 'transfer' => 'procedures#transfer', as: :transfer
get 'invited_expert_list'
put 'update_allow_decision_access' => 'procedures#update_allow_decision_access', as: :update_allow_decision_access
resources :mail_templates, only: [:edit, :update]