I have the basic implementations of validatesNumericalityOf, validatesPresenceOf, validatesFormatOf and validatesUniquenessOf, I also added a class method any(). Let me know what you think.
this is the perfect case for having some sort of plugin architecture™. i'd like to have an easy mechanism to extend js-model's functionality - something along the lines of sammy's use.
I have the basic implementations of validatesNumericalityOf, validatesPresenceOf, validatesFormatOf and validatesUniquenessOf, I also added a class method any(). Let me know what you think.