routes
This commit is contained in:
parent
1c271fef83
commit
ece4297214
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue