修改issues的接口方法异常

This commit is contained in:
sylor_huang@126.com 2020-03-26 16:38:01 +08:00
parent 971d57ea57
commit 8db1b88fac
1 changed files with 1 additions and 1 deletions

View File

@ -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