cms/app-client/app/models/transcript.js
author ymh <ymh.work@gmail.com>
Sun, 23 Oct 2016 01:07:09 +0200
changeset 385 f8200c5482ec
parent 258 12c694392e8e
child 467 762fc0eb4946
permissions -rw-r--r--
get map titles from geonames

import DS from 'ember-data';

export default DS.Model.extend({

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