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