Method: Arel::Predications#not_eq_all

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

#not_eq_all(others) ⇒ Object



13
14
15
# File 'activerecord/lib/arel/predications.rb', line 13

def not_eq_all(others)
  grouping_all :not_eq, others
end