Detailed characteristics view
This commit is contained in:
parent
e33852120a
commit
8b4a26a932
6 changed files with 13 additions and 14 deletions
|
@ -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 });
|
||||
},
|
||||
|
||||
});
|
||||
|
|
Reference in a new issue