# File lib/thinking_sphinx/active_record/attribute/type.rb, line 10
  def multi?
    @multi ||= attribute.options[:multi] || multi_from_associations
  end