remove unneeded comment

This commit is contained in:
Alexander Machehin 2013-04-25 21:16:12 +06:00
parent b7fb0bc619
commit e938141001
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Comment < ActiveRecord::Base
attr_accessible :body, :data
def commentable
commit_comment? ? project.repo.commit(Comment.hex_to_commit_hash commentable_id) : super # TODO leading zero problem
commit_comment? ? project.repo.commit(Comment.hex_to_commit_hash commentable_id) : super
end
def commentable=(c)