method
gteq_any
v6.1.7.7 -
Show latest stable
- Class:
Arel::Predications
gteq_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 157
def gteq_any(others)
grouping_any :gteq, others
end