method
not_in_all
rails 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