server/bo_client/app/routes/index.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:12:06 +0100
changeset 61 bbc8a582fcc3
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
introduce new action "play" to play the sounds and "details" to show more

import Ember from 'ember';

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

});