Detailed characteristics view
This commit is contained in:
parent
e33852120a
commit
8b4a26a932
6 changed files with 13 additions and 14 deletions
|
@ -4,7 +4,7 @@ const { Route } = Ember;
|
|||
|
||||
export default Route.extend({
|
||||
model: function(params) {
|
||||
return this.store.findRecord('strain', params.strain_id);
|
||||
return this.store.findRecord('strain', params.strain_id, { reload: true });
|
||||
},
|
||||
|
||||
});
|
||||
|
|
Reference in a new issue