method
gt_any
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
gt_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 179
def gt_any(others)
grouping_any :gt, others
end