# File lib/thinking_sphinx/active_record/association_proxy/attribute_matcher.rb, line 8
    def matches?
      return false if many?

      column_name_matches? || attribute_name_matches? || multi_singular_match?
    end