change bug

This commit is contained in:
sylor_huang@126.com
2020-05-25 13:46:08 +08:00
parent a50470b14b
commit efad719de0
3 changed files with 8 additions and 16 deletions

View File

@@ -13,10 +13,8 @@ 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
belongs_to :project_language, optional: true
belongs_to :project_category, optional: true , :counter_cache => true
belongs_to :project_language, optional: true , :counter_cache => true
has_many :project_trends, dependent: :destroy
has_many :watchers, as: :watchable, dependent: :destroy
has_many :fork_users, dependent: :destroy