method
is_distinct_from
v6.0.0 -
Show latest stable
- Class:
Arel::Predications
is_distinct_from(other)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 25
def is_distinct_from(other)
Nodes::IsDistinctFrom.new self, quoted_node(other)
end