I'm trying to cache User data, but find that points generated by the Merit gem aren't being expired properly. Normally I could do something like this in Rails:
belongs_to :user, touch: true
Is there a way to accomplish the same thing with Merit so that cached scores expire when changed?