cms/app-client/app/routes/application.js
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:57:10 +0100
changeset 45 b9adc23abd01
parent 42 7d091abf82fd
child 74 2bd46d0b2c80
permissions -rw-r--r--
update visualisation with sample values

import Ember from 'ember';

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