method

before_commit_records

before_commit_records()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/transaction.rb, line 115
      def before_commit_records
        records.uniq.each(&:before_committed!) if @run_commit_callbacks
      end