implement coinbase tests

This commit is contained in:
r888888888
2014-11-29 13:14:46 -08:00
parent 358f22af86
commit cdd17de0af
3 changed files with 16 additions and 93 deletions

View File

@@ -14,7 +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
# rescue_from Exception, :with => :rescue_exception
protected
def api_check