make gravatar depend on email

This commit is contained in:
Lisa P 2016-01-27 13:01:11 +01:00
parent 5d74d57ac6
commit 22c938489e

View File

@ -137,5 +137,5 @@ export default Model.extend({
avatarUrl: function() {
return gravatarImage(this.get('email'), 36);
}.property()
}.property('email')
});