Broken end of day commit

This commit is contained in:
2014-08-06 18:46:36 +02:00
parent 1d4fdc42d9
commit e61767fe78
11 changed files with 25 additions and 24 deletions
@@ -4,7 +4,7 @@ Qsupplier.App.List = DS.Model.extend
needs_help: attr 'boolean'
needs_payment: attr 'boolean'
user_requests_closing: attr('boolean')
users: DS.hasMany('user')
users: DS.hasMany('user', async: true)
is_paid: attr 'boolean'
#has_active_orders: attr 'boolean'