cms/app-client/app/models/theme.js
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 08 Jun 2016 21:40:22 +0200
changeset 181 b8a783ca6c4a
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Bubble paddings, sizes, and captions

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

export default Model.extend({

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

});