cms/app-client/app/routes/application.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:22:17 +0100
changeset 70 ad554d876c81
parent 42 7d091abf82fd
child 74 2bd46d0b2c80
permissions -rw-r--r--
remove model to use the general one the application fetch on the first load

import Ember from 'ember';

export default Ember.Route.extend({
  model() {
    return this.store.findAll('sound');
  }
});