method
not_eq_all
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
not_eq_all(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 13
def not_eq_all(others)
grouping_all :not_eq, others
end