mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修改issues的接口方法异常
This commit is contained in:
@@ -18,7 +18,7 @@ class Project < ApplicationRecord
|
||||
has_one :project_score, dependent: :destroy
|
||||
has_one :repository, dependent: :destroy
|
||||
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 :attachments, as: :container, dependent: :destroy
|
||||
|
||||
Reference in New Issue
Block a user