method

inverted_predicates

rails latest stable - Class: ActiveRecord::Relation::WhereClause

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

inverted_predicates()
private

No documentation available.

# File activerecord/lib/active_record/relation/where_clause.rb, line 118
        def inverted_predicates
          predicates.map { |node| invert_predicate(node) }
        end