method

does_not_match_any

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Predications
does_not_match_any(others, escape = nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/predications.rb, line 155
    def does_not_match_any(others, escape = nil)
      grouping_any :does_not_match, others, escape
    end
Register or log in to add new notes.