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