Caching should work correctly now (fingers crossed)

This commit is contained in:
Eugen Rochko 2016-11-03 14:12:45 +01:00
parent 562044f36a
commit c003e70758
4 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
object @account
cache false
attribute :id
node(:following) { |account| @following[account.id] || false }
node(:followed_by) { |account| @followed_by[account.id] || false }