On the ember.js main page (http://www.emberjs.com) about half-way down the page there is a nifty master/detail routing example for a sample mail application.
In true ember documentation style, it is woefully inadequate about how to actually create this yourself and get it working. Even after duplicating the code with the starter kit, big surprise it doesn't work.
How would one go about converting this to ember-cli? The model part of the example seems really wonky in that it doesn't really describe a model, it just does a find by a param passed to it.
I would like some hints on how to convert this code to ember-cli. I have everything converted pretty well, but the model part of the example I am having trouble translating. There is a bigger project in mind that I will use this as a starting point for.