instance method
sent?
Ruby on Rails 7.1.6
Since v4.1.16Signature
sent?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 230
def sent?; synchronize { @sent }; end
Defined in actionpack/lib/action_dispatch/http/response.rb line 230
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response