Has anyone messed around with using a non-ID parameter with the new ember router?
Back with the older version of the router, it seemed like an easier thing to do, since you had access to the serialize and deserialize methods on a route. In effect you could theoretically deserialize a non-ID attribute of the model into the params hash, and you could serialize an object from that non-ID attribute using the deserialize and serialize methods on the route, respectively. From my understanding the serialize and deserialize methods are no longer public, which makes this a bit trickier to handle..