method
path=
v5.2.3 -
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