# File lib/thinking_sphinx/search/stale_ids_exception.rb, line 11
  def message
    "Record IDs found by Sphinx but not by ActiveRecord : #{ids.join(', ')}"
  end