Mongoid CounterCache を使用しようとしていますが、機能しません。
私はちょうど使用しようとしました
belongs_to :user, counter_cache: true
しかし、それは戻ります
Problem:
Invalid option :counter_cache provided to relation :user.
Summary:
Mongoid checks the options that are passed to the relation macros to ensure that no ill side effects occur by letting something slip by.
Resolution:
Valid options are: autobuild, autosave, dependent, foreign_key, index, polymorphic, touch, class_name, extend, inverse_class_name, inverse_of, name, relation, validate, make sure these are the ones you are using.
それで、私は追加しました
include Mongoid::CounterCache
ウェブサーバーを再起動してから再試行しましたが、戻ります
uninitialized constant Mongoid::CounterCache
この問題についてのアイデアはありますか?