You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the tutorial, its Neat and Easy to understand! Ive been using it as a base for my APP. However, I dont know how can i implement my schema methods inside the controller?
Example:
Thanks for the tutorial, its Neat and Easy to understand! Ive been using it as a base for my APP. However, I dont know how can i implement my schema methods inside the controller?
Example:
controller:
Resource(app, '', route, app.models.user).rest();
schema.method:
UserSchema.methods.generateJwt = function(){};
The text was updated successfully, but these errors were encountered: