cms/app-client/app/models/theme.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 21:38:09 +0200
changeset 316 fb11295ef666
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Add instructions to chronology

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

export default Model.extend({

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

});