comment = @store.createRecord('comment', { author: @get('currentUser') # snip }) comment.get('author').then -> # comment.author is now resolved, safe to save comment.save()