Sha256: 67912b8bc934ab53b47d83c924e1f27fdf93d553f49b116d6564ced43a015557
Contents?: true
Size: 216 Bytes
Versions: 44
Compression:
Stored size: 216 Bytes
Contents
# Log actual exceptions, not a string representation module ActionController::Live # rubocop:disable ClassAndModuleChildren undef_method :log_error def log_error(exception) logger.fatal(exception) end end
Version data entries
44 entries across 44 versions & 1 rubygems