Method: Arel::Predications#not_eq

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

#not_eq(other) ⇒ Object



5
6
7
# File 'activerecord/lib/arel/predications.rb', line 5

def not_eq(other)
  Nodes::NotEqual.new self, quoted_node(other)
end