method
gt_any
rails 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 gt_any(others)No documentation available.
# File activerecord/lib/arel/predications.rb, line 179
def gt_any(others)
grouping_any :gt, others
end