# File lib/after_commit/active_record.rb, line 65
        def add_committed_record_on_update
          add_committed_record
          if have_callback? :before_commit_on_update, :after_commit_on_update
            AfterCommit.record_updated(self.class.connection, self)
          end
        end