instance method
sending!
Ruby on Rails 5.2.8.1
Since v4.1.16Signature
sending!()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 203
def sending!
synchronize do
before_sending
@sending = true
@cv.broadcast
end
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 203
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response