server/bo_client/app/routes/index.js
author ymh <ymh.work@gmail.com>
Tue, 01 Dec 2015 16:49:37 +0100
changeset 22 a50cbd7d702f
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
small change in pagination and add missing .env template

import Ember from 'ember';

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

});