[#19] add generation link to issues after modifying comment

This commit is contained in:
Alexander Machehin 2013-03-26 23:27:46 +06:00
parent ce21bb7527
commit 8d5cad3ee1
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ class ActivityFeedObserver < ActiveRecord::Observer
)
end
end
when 'Comment'
# dont remove outdated issues link
Comment.create_link_on_issues_from_item(record)
end
end
end