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