This commit is contained in:
r888888888
2014-11-25 14:58:00 -08:00
parent 0be70c44a8
commit e362d73bb3
2 changed files with 10 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ class ApplicationController < ActionController::Base
rescue_from User::PrivilegeError, :with => :access_denied
rescue_from Danbooru::Paginator::PaginationError, :with => :render_pagination_limit
rescue_from Exception, :with => :rescue_exception
protected
def api_check