Method: Arel::Predications#gteq_all
- Defined in:
- activerecord/lib/arel/predications.rb
#gteq_all(others) ⇒ Object
171 172 173 |
# File 'activerecord/lib/arel/predications.rb', line 171 def gteq_all(others) grouping_all :gteq, others end |