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
5 6 7 |
# File 'lib/sapience/extensions/action_controller/live.rb', line 5 def log_error(exception) logger.fatal(exception) end |