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