parent
75b75358cd
commit
253aac1fd4
27 changed files with 187 additions and 73 deletions
8
app/models/admin-section.js
Normal file
8
app/models/admin-section.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import DS from 'ember-data';
|
||||
|
||||
const { Model, attr } = DS;
|
||||
|
||||
export default Model.extend({
|
||||
name: attr('string'),
|
||||
sort: attr('number'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue