我正在開發一個Rails應用,用戶可以在其中跟蹤tag。我正在使用acts_as_taggable和acts_as_follower,但我不知道如何繼續。 用戶模式: class User < ApplicationRecord
acts_as_follower
end
帖子模式 class Post < ApplicationRecord
belongs_to :user
act
我在色器件創建一個User模型: class User < ApplicationRecord
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable and :omniauthable
devise :database_authen
在我的項目我使用acts_as_follower寶石,以實現用戶 所以在我的User類中的後續/未追蹤功能,我有 class User < ApplicationRecord
...
acts_as_follower
acts_as_followable
...
end
但在db表Follow,該follower_type是User(這是正確的),而f