# File lib/after_commit/active_record.rb, line 78
        def add_committed_record_on_destroy
          add_committed_record
          if have_callback? :before_commit_on_destroy, :after_commit_on_destroy
            AfterCommit.record_destroyed(self.class.connection, self)
          end
        end