diff --git a/app/models/comment.rb b/app/models/comment.rb index 80b0fda..49c4cd2 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -442,7 +442,7 @@ class Comment < ActiveRecord::Base end def url - self.story.comments_path + "#c_#{self.short_id}" + self.story.comments_url + "#c_#{self.short_id}" end def vote_summary_for_user(u)