method

log_rescued_responses?

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: DebugExceptions
log_rescued_responses?(request) 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_dispatch/middleware/debug_exceptions.rb, line 181
      def log_rescued_responses?(request)
        request.get_header("action_dispatch.log_rescued_responses")
      end
Register or log in to add new notes.