method
not_eq
rails latest stable - Class:
Arel::Predications
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