Current state with 6 failures is considered to be better than the previous one

This commit is contained in:
2014-07-31 18:07:06 +02:00
parent 2e7be84a2e
commit c0c25673bf
9 changed files with 50 additions and 13 deletions
@@ -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')