instance method
to_path
Ruby on Rails 8.1.2
Since v4.2.9Signature
to_path()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 582
def to_path
@response.stream.to_path
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 582
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody