ryanto/acts_as_votable

Destroying voter does not update cached values in votable

Opened this issue · 2 comments

As the title says, destroying a voter does not update cached values in the votable, ie. votes by non-existent voters are still counted when looking at the votable.

I have this problem too.

Does manually updating the cached votes fix this?

votable.update_cached_votes ?