Flowdock
method

response_code_for_rescue

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Rescue
response_code_for_rescue(exception) 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 173
      def response_code_for_rescue(exception)
        rescue_responses[exception.class.name]
      end
Register or log in to add new notes.