Method: Arel::Predications#is_not_distinct_from

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

#is_not_distinct_from(other) ⇒ Object



21
22
23
# File 'activerecord/lib/arel/predications.rb', line 21

def is_not_distinct_from(other)
  Nodes::IsNotDistinctFrom.new self, quoted_node(other)
end