mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
5 lines
143 B
Ruby
5 lines
143 B
Ruby
class ProjectDetail < ApplicationRecord
|
|
belongs_to :project, optional: true
|
|
has_many :attachments, as: :container, dependent: :destroy
|
|
end
|