module ActiveRecord::Transactions

def committed! #:nodoc:

:nodoc:
Call the after_commit callbacks
def committed! #:nodoc:
  _run_commit_callbacks
ensure
  clear_transaction_record_state
end