method

does_not_match

rails latest stable - Class: Arel::Predications
does_not_match(other, escape = nil, case_sensitive = false)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 147
    def does_not_match(other, escape = nil, case_sensitive = false)
      Nodes::DoesNotMatch.new self, quoted_node(other), escape, case_sensitive
    end