1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Add document model and push document data to store

This commit is contained in:
zinyando 2016-08-09 13:16:29 +02:00
parent a78a73d552
commit 624d00402e
10 changed files with 140 additions and 21 deletions

View file

@ -0,0 +1,7 @@
import Model from 'ember-data/model';
// import attr from 'ember-data/attr';
// import { belongsTo, hasMany } from 'ember-data/relationships';
export default Model.extend({
});