method
lteq
rails latest stable - Class:
Arel::Predications
lteq(right)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 199
def lteq(right)
Nodes::LessThanOrEqual.new self, quoted_node(right)
end