make and expert notifiable (controller and routes)
This commit is contained in:
parent
7b4ec486ec
commit
9492b09f85
2 changed files with 14 additions and 2 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue