Method: Mongo::Model::Query#build
- Defined in:
- lib/mongo/model/query.rb
#build(attributes = {}, options = {}) ⇒ Object
30 31 32 33 34 |
# File 'lib/mongo/model/query.rb', line 30 def build attributes = {}, = {} model_class.build attributes, do |model| model.set! selector end end |