method

is_not_distinct_from

rails 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