add action for marking forum as read

This commit is contained in:
albert
2013-02-24 17:09:07 -05:00
parent cd3f2483f8
commit 2f47b01379
4 changed files with 10 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ Danbooru::Application.routes.draw do
member do
post :undelete
end
collection do
post :mark_all_as_read
end
end
resources :ip_bans
resources :janitor_trials do