module ActionController::Live
Log actual exceptions, not a string representation
Public Instance Methods
log_error(exception)
click to toggle source
# File lib/sapience/extensions/action_controller/live.rb, line 6 def log_error(exception) logger.fatal(exception) end