mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
|
import Model from 'ember-data/model';
|
||
|
// import attr from 'ember-data/attr';
|
||
|
// import { belongsTo, hasMany } from 'ember-data/relationships';
|
||
|
|
||
|
export default Model.extend({
|
||
|
|
||
|
});
|