method
lt_any
rails 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 lt_any(others)No documentation available.
# File activerecord/lib/arel/predications.rb, line 191
def lt_any(others)
grouping_any :lt, others
end