ensl.org/app/assets/javascripts/models/gatherMap.js

6 lines
114 B
JavaScript
Raw Normal View History

2014-10-14 02:30:28 +00:00
ENSL.GatherMap = DS.Model.extend({
votes: DS.attr('number', { defaultValue: 0 }),
map: DS.belongsTo('map')
});