Consider routes:
this.resource('things', {path: '/things/:id'}, function () { this.route('edit'); });
Inside controller of the edit, how do I access the :id?
edit
:id
Aucun commentaire:
Enregistrer un commentaire