File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,12 @@ aggregation operations:
150150
151151 [{"states":["OR","WA","CA"]}]
152152
153- Aggregation with the Ruby Driver
154- --------------------------------
153+ Aggregation without Builders
154+ ----------------------------
155155
156- You can use the {+ruby-driver+} to run aggregation operations that do not have
157- corresponding builder methods by using the
158- ``Collection#aggregate()`` method and passing in an array of aggregation
159- operations. Using the {+ruby-driver+} to perform the aggregation returns
156+ You can use the ``Collection#aggregate()`` method to run aggregation operations that do not have
157+ corresponding builder methods by passing in an array of aggregation
158+ operations. Using this method to perform the aggregation returns
160159raw ``BSON::Document`` objects rather than ``Mongoid::Document`` model
161160instances.
162161
You can’t perform that action at this time.
0 commit comments