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