method
lt_any
v7.1.3.2 -
Show latest stable
- Class:
Arel::Predications
lt_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 191
def lt_any(others)
grouping_any :lt, others
end