# File lib/thinking_sphinx/active_record/callbacks/delta_callbacks.rb, line 20
  def before_save
    return unless !ThinkingSphinx::Callbacks.suspended? && delta_indices? &&
      new_or_changed?

    processors.each { |processor| processor.toggle instance }
  end