method
eq_any
v6.0.0 -
Show 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