method
invert_where!
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
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