cms/app-client/app/routes/tabs/detail.js
author ymh <ymh.work@gmail.com>
Mon, 30 May 2016 12:29:55 +0200
changeset 166 ce580300e4b9
parent 99 7a0f42034a25
permissions -rw-r--r--
add in fixtures new documents with transcripts

import Ember from 'ember';

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