server/bo_client/app/routes/index.js
author ymh <ymh.work@gmail.com>
Tue, 01 Dec 2015 13:33:08 +0100
changeset 20 a9b98b16b053
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
add contributor list + edition pane

import Ember from 'ember';

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

});