method
not_in_any
rails latest stable - Class:
Arel::Predications
not_in_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 123
def not_in_any(others)
grouping_any :not_in, others
end