method

is_distinct_from

rails 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