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