mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
7 lines
212 B
Ruby
7 lines
212 B
Ruby
class VersionRelease < ApplicationRecord
|
|
belongs_to :repository
|
|
belongs_to :user
|
|
has_many :project_trends, as: :trend, dependent: :destroy
|
|
# has_many :attachments, as: :container, dependent: :destroy
|
|
end
|