Module: ActionController::Live

Defined in:
lib/sapience/extensions/action_controller/live.rb

Overview

Log actual exceptions, not a string representation

Instance Method Summary collapse

Instance Method Details

#log_error(exception) ⇒ Object



6
7
8
# File 'lib/sapience/extensions/action_controller/live.rb', line 6

def log_error(exception)
  logger.fatal(exception)
end