I have an example route:
this.route(\'client\', {path: \':id\'});
I can access this in my route like this:
model: function(para
If your id happens to be part of your model you can retrieve from the model itself. For example, if you have a route with an object Bill as a model, and the path bills/:billId, on your controller you can retrieve it this way:
this.get('model').id