module ActiveRecord::Transactions

def before_committed! # :nodoc:

:nodoc:
def before_committed! # :nodoc:
  _run_before_commit_callbacks
end