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