method
committed?
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Response
committed?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 230
def committed?; synchronize { @committed }; end