End of week commit
This commit is contained in:
@@ -7,6 +7,7 @@ Qsupplier.App.List = DS.Model.extend
|
||||
is_paid: attr 'boolean'
|
||||
has_active_orders: attr 'boolean'
|
||||
price: attr 'number'
|
||||
closed_at: DS.attr('date')
|
||||
table_number: attr 'number'
|
||||
table: DS.belongsTo('table', inverse: 'active_list')
|
||||
#users: DS.hasMany('user', inverse: 'active_list')
|
||||
|
||||
Reference in New Issue
Block a user