[Fix #2332] Allow the notice deletion
This commit is contained in:
parent
a8bcc19044
commit
94378e3663
3 changed files with 13 additions and 0 deletions
|
@ -194,6 +194,7 @@ Rails.application.routes.draw do
|
|||
member do
|
||||
post :hide
|
||||
delete :delete_deliberation
|
||||
delete :delete_notice
|
||||
end
|
||||
|
||||
resources :types_de_champ, only: [:destroy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue