Working on deprecations
This commit is contained in:
parent
e91a283680
commit
7696b7008f
12 changed files with 29 additions and 18 deletions
|
@ -29,4 +29,13 @@ export default DS.RESTAdapter.extend({
|
|||
return error;
|
||||
}
|
||||
},
|
||||
|
||||
shouldReloadAll: function() {
|
||||
return true;
|
||||
},
|
||||
|
||||
shouldBackgroundReloadRecord: function() {
|
||||
return false;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Reference in a new issue