commit加入到项目动态

This commit is contained in:
xxq250 2023-04-17 10:15:57 +08:00
parent 08d2ccada2
commit 71c1a0f436
1 changed files with 4 additions and 0 deletions

View File

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