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