method
lteq_all
v6.0.0 -
Show latest stable
- Class:
Arel::Predications
lteq_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 211
def lteq_all(others)
grouping_all :lteq, others
end