Method: Arel::Predications#lteq
- Defined in:
- activerecord/lib/arel/predications.rb
#lteq(right) ⇒ Object
199 200 201 |
# File 'activerecord/lib/arel/predications.rb', line 199 def lteq(right) Nodes::LessThanOrEqual.new self, quoted_node(right) end |