method

response_code_for_rescue

rails latest stable - Class: ActionController::Rescue

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

response_code_for_rescue(exception)
private

No documentation available.

# File actionpack/lib/action_controller/rescue.rb, line 173
      def response_code_for_rescue(exception)
        rescue_responses[exception.class.name]
      end