instance method
path=
Ruby on Rails 6.0.6
Since v3.0.20Signature
path=(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_dispatch/testing/test_request.rb, line 42
def path=(path)
set_header("PATH_INFO", path)
end
Defined in actionpack/lib/action_dispatch/testing/test_request.rb line 42
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::TestRequest