Style upgrades and emberified supplier lists

This commit is contained in:
2014-04-24 16:41:08 +02:00
parent 546e4499ea
commit 27a1022eb4
56 changed files with 321 additions and 139 deletions
@@ -1,4 +1,6 @@
attr = DS.attr
Qsupplier.App.User= DS.Model.extend
uid: attr 'string'
#active_list: DS.belongsTo('list')
facebook_id: attr('string')
email: attr('string')
list: DS.belongsTo('list') # in ember scope not many to many (yet)
join_requests: DS.hasMany('join_request')