Method: Arel::Predications#eq

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

#eq(other) ⇒ Object



17
18
19
# File 'activerecord/lib/arel/predications.rb', line 17

def eq(other)
  Nodes::Equality.new self, quoted_node(other)
end