Created
July 19, 2014 23:43
-
-
Save jasoares/ee4dc0f4b214315580a9 to your computer and use it in GitHub Desktop.
Moped does not support options to aggregation framework, use the following command instead...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| respond_with Mongoid.default_session.command( | |
| aggregate: 'data_points', | |
| pipeline: pipeline, | |
| allowDiskUse: true | |
| )['result'].map { |dp| User.new(dp['user']) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment