# File lib/thinking_sphinx/active_record/attribute/sphinx_presenter.rb, line 20
  def collection_type
    @attribute.multi? ? :multi : sphinx_type
  end