Method: Arel::Predications#gt_any
- Defined in:
- activerecord/lib/arel/predications.rb
#gt_any(others) ⇒ Object
179 180 181 |
# File 'activerecord/lib/arel/predications.rb', line 179 def gt_any(others) grouping_any :gt, others end |
179 180 181 |
# File 'activerecord/lib/arel/predications.rb', line 179 def gt_any(others) grouping_any :gt, others end |