Flowdock
method

validate_request!

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActionDispatch::Assertions::ResponseAssertions
validate_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/testing/assertions/response.rb, line 89
        def validate_request!
          unless @request.is_a?(ActionDispatch::Request)
            raise ArgumentError, "@request must be an ActionDispatch::Request"
          end
        end
Register or log in to add new notes.