Method: ActionDispatch::Response#commit!
- Defined in:
- lib/action_dispatch/http/response.rb
#commit! ⇒ Object
207 208 209 210 211 212 213 |
# File 'lib/action_dispatch/http/response.rb', line 207 def commit! synchronize do before_committed @committed = true @cv.broadcast end end |