Method: Arel::Predications#not_in_any

Defined in:
activerecord/lib/arel/predications.rb

#not_in_any(others) ⇒ Object



123
124
125
# File 'activerecord/lib/arel/predications.rb', line 123

def not_in_any(others)
  grouping_any :not_in, others
end