Method: Arel::Predications#does_not_match_all
- Defined in:
- activerecord/lib/arel/predications.rb
#does_not_match_all(others, escape = nil) ⇒ Object
159 160 161 |
# File 'activerecord/lib/arel/predications.rb', line 159 def does_not_match_all(others, escape = nil) grouping_all :does_not_match, others, escape end |