method
not_in_all
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
not_in_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 127
def not_in_all(others)
grouping_all :not_in, others
end