method

not_eq

not_eq(other)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 5
    def not_eq(other)
      Nodes::NotEqual.new self, quoted_node(other)
    end