add the possibility for administrator to refuse external review on a specific procedure

This commit is contained in:
kara Diaby 2020-09-30 18:22:06 +02:00
parent 1ba85e6080
commit 57adb90c8f
8 changed files with 52 additions and 3 deletions

View file

@ -365,6 +365,7 @@ Rails.application.routes.draw do
patch 'update_monavis'
get 'jeton'
patch 'update_jeton'
put :allow_expert_review
end
get 'publication' => 'procedures#publication', as: :publication