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