I'm using JMVC 3.2.
I'm trying my hand at Model validation and am having difficulty using validatePresenceOf.
(Inside a Model)
- this.validatePresenceOf(['name', 'age']);
I get a console error:
Object #<Class> has no method 'validatePresenceOf'
I've stolen in 'jquery/model/validations' but no success. Any ideas?