mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
6
app/models/version_release.rb
Normal file
6
app/models/version_release.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user