cms/app-client/mirage/models/theme.js
author ymh <ymh.work@gmail.com>
Sat, 06 Aug 2016 21:27:53 +0700
changeset 260 64caee7ce38d
parent 173 cf7b221238fd
permissions -rw-r--r--
Split document model in document and document results

import { Model } from 'ember-cli-mirage';

export default Model.extend({
});