method
gteq_any
rails latest stable - Class:
Arel::Predications
gteq_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 167
def gteq_any(others)
grouping_any :gteq, others
end gteq_any(others)No documentation available.
# File activerecord/lib/arel/predications.rb, line 167
def gteq_any(others)
grouping_any :gteq, others
end