= private = protected
rescue_action(exception)
Exception handler called when the performance of an action raises an exception.
# File actionpack/lib/action_controller/rescue.rb, line 60 def rescue_action(exception) rescue_with_handler(exception) || rescue_action_without_handler(exception) end