method
gteq_all
v6.0.0 -
Show latest stable
- Class:
Arel::Predications
gteq_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 175
def gteq_all(others)
grouping_all :gteq, others
end