method
does_not_match_all
v7.1.3.2 -
Show latest stable
- Class:
Arel::Predications
does_not_match_all(others, escape = nil)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 159
def does_not_match_all(others, escape = nil)
grouping_all :does_not_match, others, escape
end