Sha256: a44f8cb0983262c02f0e4addb83f1add422df279cb4c7d96bff6d5b411a21787
Contents?: true
Size: 191 Bytes
Versions: 15
Compression:
Stored size: 191 Bytes
Contents
# Log actual exceptions, not a string representation ActionController::Live module ActionController module Live def log_error(exception) logger.fatal(exception) end end end
Version data entries
15 entries across 15 versions & 1 rubygems