Current state with 6 failures is considered to be better than the previous one
This commit is contained in:
@@ -8,7 +8,7 @@ Qsupplier.App.Table = DS.Model.extend
|
||||
# occupied: attr 'boolean'
|
||||
section: DS.belongsTo('section')
|
||||
#active_list: DS.belongsTo('list', key: 'active_list')
|
||||
active_list: DS.belongsTo('list')
|
||||
active_list: DS.belongsTo('list', async: true)
|
||||
#list: DS.belongsTo('list')
|
||||
#active_list: (->
|
||||
#@get('list')
|
||||
|
||||
Reference in New Issue
Block a user