cms/app-client/app/models/transcript.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 04 Aug 2016 17:59:38 +0200
changeset 250 296c7d34d2ba
parent 245 c9dd78a43b07
child 258 12c694392e8e
permissions -rw-r--r--
Notice button width

import DS from 'ember-data';

export default DS.Model.extend({

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