mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 19:53:05 +08:00
4 lines
85 B
Ruby
4 lines
85 B
Ruby
class Commit < ApplicationRecord
|
|
belongs_to :project, foreign_key: :project_id
|
|
|
|
end |