6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
import DS from 'ember-data';
|
|
|
|
export default DS.Model.extend({
|
|
|
|
});
|