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