fixes #742, #590: add new counts controller api

This commit is contained in:
r888888888
2013-06-07 16:32:36 -07:00
parent 093558bfbd
commit 2f2c892670
4 changed files with 19 additions and 0 deletions

View File

@@ -81,6 +81,11 @@ Danbooru::Application.routes.draw do
get :index_all
end
end
resources :counts do
collection do
get :posts
end
end
resources :delayed_jobs, :only => [:index]
resources :dmails do
collection do