mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
7 lines
107 B
Ruby
7 lines
107 B
Ruby
class CommitLog < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :project
|
|
belongs_to :repository
|
|
|
|
end
|