我正在尝试制作一个提要页面,用户可以在其中查看热门帖子和他们关注的帖子。这是我尝试过的(但失败了):
@popularPosts = Post.where(cached_votes_score > '2')
返回错误。
undefined local variable or method `cached_votes_score' for #<PagesController:0x007fa2ae08f630> Did you mean? cache_store
对此有什么想法吗?