Sha256: 352451860133e1d8e5ff3c3b06e6f9bbf912e9dc2a553b483486e4adfa299fd7
Contents?: true
Size: 264 Bytes
Versions: 17
Compression:
Stored size: 264 Bytes
Contents
# Log actual exceptions, not a string representation ActionView::StreamingTemplateRenderer class ActionView::StreamingTemplateRenderer class Body private def log_error(exception) #:nodoc: ActionView::Base.logger.fatal(exception) end end end
Version data entries
17 entries across 17 versions & 1 rubygems