cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Thu, 06 Oct 2016 11:14:32 +0200
changeset 322 084aae09edf4
parent 258 12c694392e8e
child 467 762fc0eb4946
permissions -rw-r--r--
correction on importRDF documents + evolution theme controller

import DS from 'ember-data';

export default DS.Model.extend({

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