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