Sha256: 532ad76f27439de5cbc5c7a76f9b6b775df26828cf982348ca00d8527f4664cf
Contents?: true
Size: 300 Bytes
Versions: 17
Compression:
Stored size: 300 Bytes
Contents
# Log actual exceptions, not a string representation class ActionDispatch::DebugExceptions # rubocop:disable ClassAndModuleChildren private def log_error(_request, wrapper) ActiveSupport::Deprecation.silence do ActionController::Base.logger.fatal(wrapper.exception) end end end
Version data entries
17 entries across 17 versions & 1 rubygems