[Fix #187] Allow an admin to delete their demarche logo

This commit is contained in:
gregoirenovel 2018-09-24 13:29:35 +02:00
parent cea67efd44
commit 7b3a7d2336
3 changed files with 14 additions and 0 deletions

View file

@ -193,6 +193,7 @@ Rails.application.routes.draw do
member do
post :hide
delete :delete_logo
delete :delete_deliberation
delete :delete_notice
end