-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Footprint associations issues #11
Comments
@cesar2064 Actually I didn't implement relations at all. because mongoose don't have native support. But will try to implement something. Soon |
Ok, I will wait for the implementation of that. Thanks for your help and availability. |
👍 could be nice to have to have compatibility with other trailpacks that use the |
@jaumard Yep doing exactly this here: https://github.com/trailsjs/trailpack-mongoose/tree/associations |
So now there are officially supported @konstantinzolotarev ? :) I see them on the master |
Yep.
…On Nov 26, 2016 11:43 AM, "Jaumard" ***@***.***> wrote:
So now there are officially supported @konstantinzolotarev
<https://github.com/konstantinzolotarev> ? :) I see them on the master
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARe353w2NFMxbbPJMvXG1NYCN-f7_NDks5rB_9JgaJpZM4I2pt6>
.
|
Thanks, I'm closing this then :) |
Good news, thank you. |
I have the following models:
User.js
Role.js
And when I try to access:
The status of the request is pending, until the browser throws a timeout error
The text was updated successfully, but these errors were encountered: