fix send a copy link

This commit is contained in:
kara Diaby 2020-09-29 10:52:13 +02:00
parent cb77b65284
commit e174079850
6 changed files with 14 additions and 6 deletions

View file

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