method
eq_all
v7.1.3.4 -
Show latest stable
- Class:
Arel::Predications
eq_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 33
def eq_all(others)
grouping_all :eq, quoted_array(others)
end