changeset 91 | acfeddc7821d |
parent 81 | 848e4a5ad4d9 |
child 92 | 3437f5191645 |
--- a/cms/app-client/app/routes/application.js Wed Jan 20 15:53:27 2016 +0100 +++ b/cms/app-client/app/routes/application.js Wed Jan 20 23:05:52 2016 +0100 @@ -19,7 +19,7 @@ return value; }, model() { - return this.store.findAll('sound'); + return this.store.findAll('document'); }, actions: { willTransition: function(transition) {