class ActionDispatch::DebugExceptions

Private Instance Methods

log_error(_request, wrapper) click to toggle source
# File lib/sonnet/rails_monkeypatch.rb, line 30
def log_error(_request, wrapper)
  ActiveSupport::Deprecation.silence do
    ActionController::Base.logger.fatal(wrapper.exception)
  end
end