Flowdock
method

perform_action_with_rescue

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::Rescue
perform_action_with_rescue(#:nodoc:) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/rescue.rb, line 200
      def perform_action_with_rescue #:nodoc:
        perform_action_without_rescue
      rescue Exception => exception
        rescue_action_with_handler(exception) || rescue_action(exception)
      end
Register or log in to add new notes.