Method: Arel::Predications#does_not_match
- Defined in:
- activerecord/lib/arel/predications.rb
#does_not_match(other, escape = nil, case_sensitive = false) ⇒ Object
147 148 149 |
# 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 |