fridays

Results 2 issues of fridays

I have an array of custom validator functions and tried this in the model: ``` validation: { name: [validate.required, validate.user.name] } ``` But it only works if I do this:...