cms/app-client/app/models/theme.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sat, 09 Jul 2016 00:59:32 +0200
changeset 236 ac6928e86d14
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Adapt theme query limit and offset and sorting order in fixtures

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

export default Model.extend({

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

});