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