Ember Model Validator
This Ember addon was born out of the necessity of having a similar validation support like we have on Rails with Active Record Validations.

Installation

Install this add-on through Ember CLI.

From the command line run:

ember install ember-model-validator

Next Step

Please carefully read and understand the Usage section.