We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e69562 commit ebd7603Copy full SHA for ebd7603
docs/reference/aggregation.txt
@@ -76,7 +76,7 @@ could do the following:
76
} },
77
{'$project' => {_id: 1}},
78
])
79
- bands = Band.find(band_ids)
+ bands = Band.find(band_ids.to_a)
80
81
Note that the aggregation pipeline, since it is implemented by the Ruby driver
82
for MongoDB and not Mongoid, returns raw ``BSON::Document`` objects rather than
0 commit comments