method
lt_all
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
lt_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 195
def lt_all(others)
grouping_all :lt, others
end