fixed readme路径转换问题处理

This commit is contained in:
2025-05-12 16:00:23 +08:00
parent b21317eb0a
commit 33138aed80
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
class CommitLog < ApplicationRecord
belongs_to :user
belongs_to :project
belongs_to :repository
# belongs_to :repository
has_many :project_trends, as: :trend, dependent: :destroy