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