cms/app-client/app/models/theme.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 176 d1baf7ccecc8
permissions -rw-r--r--
add events, comment, etc to transcripts

import Model from 'ember-data/model';
import attr from 'ember-data/attr';

export default Model.extend({

    label: attr('string'),
    count: attr('number')

});