errorMessages: function() {
    var result = Ember.A();
    var errors = this.get('errors');

    for (var prop in errors) {