Method: Arel::Predications#lt

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

#lt(right) ⇒ Object



187
188
189
# File 'activerecord/lib/arel/predications.rb', line 187

def lt(right)
  Nodes::LessThan.new self, quoted_node(right)
end