anandts88 / ember-validator

Perform Ember Object Validation
MIT License
5 stars 6 forks source link

Allow validateMap model param to be plain object #11

Closed crodriguez1a closed 7 years ago

crodriguez1a commented 8 years ago

It would be helpful if the object being validated was not restricted to an Ember Object

this.validateMap({ model: myPOJO, validations })