# File lib/thinking_sphinx/active_record/simple_many_query.rb, line 6
  def to_s
    "#{identifier} from #{source_type}; #{queries.join('; ')}"
  end