修改bug

This commit is contained in:
sylor_huang@126.com
2020-05-25 12:01:21 +08:00
parent 6daa264e82
commit a50470b14b
2 changed files with 28 additions and 23 deletions

View File

@@ -13,8 +13,10 @@ class Project < ApplicationRecord
belongs_to :ignore, optional: true
belongs_to :license, optional: true
belongs_to :owner, class_name: 'User', foreign_key: :user_id
belongs_to :project_category, optional: true , :counter_cache => true
belongs_to :project_language, optional: true , :counter_cache => true
# belongs_to :project_category, optional: true , :counter_cache => true
# belongs_to :project_language, optional: true , :counter_cache => true
belongs_to :project_category, optional: true
belongs_to :project_language, optional: true
has_many :project_trends, dependent: :destroy
has_many :watchers, as: :watchable, dependent: :destroy
has_many :fork_users, dependent: :destroy