method

matches_any

rails latest stable - Class: Arel::Predications
matches_any(others, escape = nil, case_sensitive = false)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 139
    def matches_any(others, escape = nil, case_sensitive = false)
      grouping_any :matches, others, escape, case_sensitive
    end