In Ember documentation it says that when model's promise gets rejected Ember will search for ErrorRoute and pass error message of rejected promise to ErrorRoute's model.
The problem is, ErrorRoute's model never gets called. ( the route itself initializes )
I can see failed promises with error message flying around in ember inspector, but it never reaches the model.