decide.nolog.cz/app/models/answer.js

10 lines
206 B
JavaScript
Raw Normal View History

2015-10-12 13:40:29 +02:00
import DS from 'ember-data';
2015-11-20 11:31:40 +01:00
/* global MF */
2015-10-12 13:40:29 +02:00
export default MF.Fragment.extend({
2015-10-12 13:40:29 +02:00
type: DS.attr('string'),
label: DS.attr('string'),
labelTranslation: DS.attr('string'),
icon: DS.attr('string')
});