diff --git a/lib/redd/models/comment.rb b/lib/redd/models/comment.rb index 3aa234f..e0f8b18 100644 --- a/lib/redd/models/comment.rb +++ b/lib/redd/models/comment.rb @@ -205,6 +205,11 @@ class Comment < Model # @return [Boolean] whether the comment is distinguished property :distinguished?, from: :distinguished + # @return [String] the link to this specific comment + def comment_link + link.link + id + end + private def lazer_reload