Method: Brief::Model::ClassMethods#where

Defined in:
lib/brief/model.rb

#where(*args, &_block) ⇒ Object



257
258
259
# File 'lib/brief/model.rb', line 257

def where(*args, &_block)
  Brief::DocumentMapper::Query.new(self).send(:where, *args)
end