# File lib/thinking_sphinx/active_record/delta.rb, line 45 def should_toggle_delta? self.new_record? || indexed_data_changed? end