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