Method: Arel::Predications#is_distinct_from

Defined in:
activerecord/lib/arel/predications.rb

#is_distinct_from(other) ⇒ Object



25
26
27
# File 'activerecord/lib/arel/predications.rb', line 25

def is_distinct_from(other)
  Nodes::IsDistinctFrom.new self, quoted_node(other)
end