- json.uid comment.author.id unless comment.author.nil?
- json.user comment.author.display_name unless comment.author.nil?
+
+ if comment.author
+ json.uid comment.author.id
+ json.user comment.author.display_name
+ json.user_url user_url(:display_name => comment.author.display_name)
+ end
+