我已将counter_cache
添加到punching_bag
gem。一切都在Development ENV
中正常运行,但在Production ENV
中它并没有按照它的预期进行。
我可以看到punches_count
列已添加到我的posts
表中,但它不会increment
列。
为什么会发生这种情况,我该怎么做才能解决它?
答案 0 :(得分:0)
在Post
模型中添加以下内容:
attr_accessor :punches_count
has_many :punches