method
path=
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::TestRequest
path=(path)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_request.rb, line 40
def path=(path)
set_header('PATH_INFO', path)
end