method
matches_all
v6.1.7.7 -
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 133
def matches_all(others, escape = nil, case_sensitive = false)
grouping_all :matches, others, escape, case_sensitive
end