We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using mongoid aggregation which finally returns an array(i do to_a). example: Model.collection.aggregate(pipeline).to_a
Model.collection.aggregate(pipeline).to_a
In my index API, I use blueprinter with association: example: association :creator, blueprint: UserBlueprint
association :creator, blueprint: UserBlueprint
but when I do render_as_json the creator is null
render_as_json
am I doing something wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe your question or ask for support
I am using mongoid aggregation which finally returns an array(i do to_a).
example:
Model.collection.aggregate(pipeline).to_a
In my index API, I use blueprinter with association:
example:
association :creator, blueprint: UserBlueprint
but when I do
render_as_json
the creator is nullam I doing something wrong?
The text was updated successfully, but these errors were encountered: