cms/app-client/app/models/theme.js
author ymh <ymh.work@gmail.com>
Wed, 08 Feb 2017 16:38:09 +0100
changeset 503 bd2701bd8142
parent 176 d1baf7ccecc8
permissions -rw-r--r--
Do not get cocoonId from identifier but from graph url

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

export default Model.extend({

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

});