Method: Closet::Query::ClassMethods#where_not_buried
- Defined in:
- lib/closet/query/class_methods.rb
#where_not_buried ⇒ Object
9 10 11 |
# File 'lib/closet/query/class_methods.rb', line 9 def where_not_buried self.where(buried_at: nil) end |