method
matches_all
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
matches_all(others, escape = nil, case_sensitive = false)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 143
def matches_all(others, escape = nil, case_sensitive = false)
grouping_all :matches, others, escape, case_sensitive
end