# File lib/action_controller/rescue.rb, line 60 def rescue_action(exception) rescue_with_handler(exception) || rescue_action_without_handler(exception) end