commit加入到项目动态

This commit is contained in:
2023-04-17 10:15:57 +08:00
parent 08d2ccada2
commit 71c1a0f436

View File

@@ -5,4 +5,8 @@ class CommitLog < ApplicationRecord
has_many :project_trends, as: :trend, dependent: :destroy
def title
self.message
end
end