cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 14:53:59 +0200
changeset 537 d2e6ee099125
parent 467 762fc0eb4946
permissions -rw-r--r--
upgrade ember + laravel + make everything work

import DS from 'ember-data';

export default DS.Model.extend({

  title: DS.attr(),
  annotations: DS.attr(),
  sections: DS.attr(),

});