server/bo_client/app/routes/doc.js
author nowmad@nowmads-macbook-pro.local
Thu, 07 Jan 2016 17:47:22 +0100
changeset 82 d489885d116d
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
add fontawesome and improve results and tags interface

import Ember from 'ember';

export default Ember.Route.extend({
  model(params) {
    return this.store.findRecord('document', params.doc_id);
  },
});