Flow fixes
This commit is contained in:
@@ -4,3 +4,4 @@ Qsupplier.App.User= DS.Model.extend
|
||||
email: attr('string')
|
||||
list: DS.belongsTo('list') # in ember scope not many to many (yet)
|
||||
join_requests: DS.hasMany('join_request')
|
||||
facebook_image: (-> "http://graph.facebook.com/#{@get('facebook_id')}/picture?type=square").property('facebook_id')
|
||||
|
||||
Reference in New Issue
Block a user