Detailed characteristics view

This commit is contained in:
Matthew Dillon 2015-11-17 16:10:33 -07:00
parent e33852120a
commit 8b4a26a932
6 changed files with 13 additions and 14 deletions

View file

@ -21,7 +21,7 @@ export default Route.extend({
},
model: function(params) {
return this.store.findRecord('user', params.user_id);
return this.store.findRecord('user', params.user_id, { reload: true });
},
});