method
eq_all
rails 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