cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Wed, 23 Nov 2016 09:53:31 +0100
changeset 440 2206d4330b60
parent 258 12c694392e8e
child 467 762fc0eb4946
permissions -rw-r--r--
Added tag 0.0.12 for changeset 86f274d1fead

import DS from 'ember-data';

export default DS.Model.extend({

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