instance method
close
Ruby on Rails 7.1.6
Since v4.2.9Signature
close()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 490
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 490
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody