cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 09:01:38 +0100
changeset 396 c8f651e7e4ff
parent 258 12c694392e8e
child 467 762fc0eb4946
permissions -rw-r--r--
correct proble on transcript manager

import DS from 'ember-data';

export default DS.Model.extend({

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