instance method
reset_body!
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
reset_body!()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 353
def reset_body!
@stream = build_buffer(self, [])
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 353
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response