[fix #1897] Procedure: can delete a deliberation

This commit is contained in:
simon lehericey 2018-05-31 11:15:44 +02:00
parent 0e690c90cc
commit 18ad227df5
4 changed files with 24 additions and 0 deletions

View file

@ -147,6 +147,7 @@ Rails.application.routes.draw do
member do
post :hide
delete :delete_deliberation
end
resources :types_de_champ, only: [:destroy]