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:
parent
a78a73d552
commit
624d00402e
10 changed files with 140 additions and 21 deletions
7
app/app/models/template.js
Normal file
7
app/app/models/template.js
Normal 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({
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue