cms/app-client/app/models/theme.js
author ymh <ymh.work@gmail.com>
Tue, 27 Sep 2016 23:43:29 +0200
changeset 304 20071981ba2a
parent 176 d1baf7ccecc8
permissions -rw-r--r--
add location and geonames resolvers and api

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

export default Model.extend({

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

});