Method: Brief::Model::ClassMethods#where

Defined in:
lib/brief/model.rb

#where(*args, &_block) ⇒ Object



116
117
118
# File 'lib/brief/model.rb', line 116

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