method

invert_where!

invert_where!()
public

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 1004
    def invert_where! # :nodoc:
      self.where_clause = where_clause.invert
      self
    end