cms/app-client/app/routes/application.js
changeset 91 acfeddc7821d
parent 81 848e4a5ad4d9
child 92 3437f5191645
equal deleted inserted replaced
90:f0609941aa98 91:acfeddc7821d
    17     }
    17     }
    18 
    18 
    19     return value;
    19     return value;
    20   },
    20   },
    21   model() {
    21   model() {
    22     return this.store.findAll('sound');
    22     return this.store.findAll('document');
    23   },
    23   },
    24   actions: {
    24   actions: {
    25     willTransition: function(transition) {
    25     willTransition: function(transition) {
    26       var _this = this;
    26       var _this = this;
    27       var queryParams = {};
    27       var queryParams = {};