cms/app-client/app/models/transcript.js
changeset 258 12c694392e8e
parent 245 c9dd78a43b07
child 467 762fc0eb4946
--- a/cms/app-client/app/models/transcript.js	Sun Aug 21 13:51:22 2016 +0200
+++ b/cms/app-client/app/models/transcript.js	Tue Aug 23 00:32:11 2016 +0200
@@ -4,5 +4,6 @@
 
 	title: DS.attr(),
 	annotations: DS.attr(),
+	sections: DS.attr(),
   
 });