cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 18:55:55 +0100
changeset 524 85e8382852e7
parent 467 762fc0eb4946
permissions -rw-r--r--
Correct viaf resolver when there is no fr or en names

import DS from 'ember-data';

export default DS.Model.extend({

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

});