cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 23:30:50 +0100
changeset 472 8b1e24e0ef70
parent 467 762fc0eb4946
permissions -rw-r--r--
Remove wallisian fron nouvelle caledonie as it is already in wallis et futuna (m3.10)

import DS from 'ember-data';

export default DS.Model.extend({

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

});