method
invert_where!
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
invert_where!()public
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 1105
def invert_where! # :nodoc:
self.where_clause = where_clause.invert
self
end