# File lib/mongo_mapper/plugins/querying/decorated_plucky_query.rb, line 26
        def model(model=nil)
          return @model if model.nil?
          @model = model
          self
        end