Admins can delete the attestation template's logo

This commit is contained in:
gregoirenovel 2018-09-24 10:13:46 +02:00
parent d649e29bb0
commit 535f9004bf
3 changed files with 13 additions and 0 deletions

View file

@ -232,6 +232,7 @@ Rails.application.routes.draw do
post 'attestation_template/preview' => 'attestation_templates#preview'
patch 'attestation_template/preview' => 'attestation_templates#preview'
delete 'attestation_template/logo' => 'attestation_templates#delete_logo'
delete 'attestation_template/signature' => 'attestation_templates#delete_signature'
end