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