-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Promisify relation/scope methods in juggler #2709
Comments
@sundeepgupta the scope functions are not promisified yet. I will label this issue as a feature to keep track of the status of Promisify relation/scope methods in juggler. Thanks for bringing it up. |
thanks @jannyHou |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
If I define a model with a custom scope like this:
When I call it from client code
MyModel.active()
, this does not return a promise, it requires a callback argument.The text was updated successfully, but these errors were encountered: