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