instance method
close
Ruby on Rails 7.2.3
Since v4.2.9Signature
close()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 516
def close
# Rack "close" maps to Response#abort, and **not** Response#close (which is used
# when the controller's finished writing)
@response.abort
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 516
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody