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