method
matches_any
v6.1.7.7 -
Show latest stable
- Class:
Arel::Predications
matches_any(others, escape = nil, case_sensitive = false)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 129
def matches_any(others, escape = nil, case_sensitive = false)
grouping_any :matches, others, escape, case_sensitive
end