how to define error message in sails.js

Viewed 3270

It's my first time using sails and it looks like it's good but I run into a problem, is it possible to define a custom error message in sails model validation because it looks like the error message being returned is to technical and not user friendly.

Thanks

Update: https://gist.github.com/mikermcneil/8366092

2 Answers
Related