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