This commit is contained in:
Kara Diaby 2022-05-27 15:45:03 +02:00
parent 1c271fef83
commit ece4297214

View file

@ -436,6 +436,7 @@ Rails.application.routes.draw do
get 'publication' => 'procedures#publication', as: :publication
put 'publish' => 'procedures#publish', as: :publish
get 'transfert' => 'procedures#transfert', as: :transfert
get 'close' => 'procedures#close', as: :close
post 'transfer' => 'procedures#transfer', as: :transfer
resources :mail_templates, only: [:edit, :update]