method
gt_all
rails latest stable - Class:
Arel::Predications
gt_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 183
def gt_all(others)
grouping_all :gt, others
end gt_all(others)No documentation available.
# File activerecord/lib/arel/predications.rb, line 183
def gt_all(others)
grouping_all :gt, others
end