Fix deleting individual notifications from glitch-soc's web interface

Fixes #783
signup-info-prompt
Thibaut Girka 2018-10-15 21:09:12 +02:00 committed by ThibG
parent b0527a4ce7
commit 38b11e0b58
1 changed files with 1 additions and 1 deletions

View File

@ -309,11 +309,11 @@ Rails.application.routes.draw do
collection do
post :clear
post :dismiss # Deprecated
delete :destroy_multiple
end
member do
post :dismiss
delete :destroy_multiple
end
end