server/bo_client/app/routes/index.js
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 15:37:47 +0100
changeset 6 7ae41fc5b50b
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
init corpus module ready to embed the ember app

import Ember from 'ember';

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

});