method
in_all
v6.0.0 -
Show latest stable
- Class:
Arel::Predications
in_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 81
def in_all(others)
grouping_all :in, others
end