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 = {}, options = {}
  model_class.build attributes, options do |model|
    model.set! selector
  end
end