fixes #145: add test function for janitor trials

This commit is contained in:
albert
2011-10-21 17:56:02 -04:00
parent 0eb665af0d
commit 3b1d01370a
6 changed files with 59 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ Danbooru::Application.routes.draw do
end
end
resources :janitor_trials do
collection do
get :test
end
member do
put :promote
put :demote