cms/app-client/app/routes/application.js
author nowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:22:55 +0100
changeset 56 c4a022ba3fc3
parent 42 7d091abf82fd
child 74 2bd46d0b2c80
permissions -rw-r--r--
improves fixtures and result list

import Ember from 'ember';

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