method

does_not_match_all

does_not_match_all(others, escape = nil)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 159
    def does_not_match_all(others, escape = nil)
      grouping_all :does_not_match, others, escape
    end