show unauthorized message in test environment
This commit is contained in:
committed by
Pete Matsyburka
parent
974bb85fb7
commit
a15624690b
@@ -30,7 +30,7 @@ class ApplicationController < ActionController::Base
|
||||
redirect_to request.referer, alert: 'Too many requests', status: :too_many_requests
|
||||
end
|
||||
|
||||
if Rails.env.production?
|
||||
if Rails.env.production? || Rails.env.test?
|
||||
rescue_from CanCan::AccessDenied do |e|
|
||||
Rollbar.warning(e) if defined?(Rollbar)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user