mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 10:15:57 +08:00
修改issues的问题
This commit is contained in:
@@ -26,7 +26,7 @@ class Project < ApplicationRecord
|
||||
has_many :pull_requests, dependent: :destroy
|
||||
has_many :issue_tags, dependent: :destroy
|
||||
has_many :issues, dependent: :destroy
|
||||
has_many :user_grades, dependent: :destroy
|
||||
# has_many :user_grades, dependent: :destroy
|
||||
has_many :attachments, as: :container, dependent: :destroy
|
||||
has_one :project_score, dependent: :destroy
|
||||
has_many :versions, -> { order("versions.effective_date DESC, versions.name DESC") }, dependent: :destroy
|
||||
|
||||
Reference in New Issue
Block a user