Caching should work correctly now (fingers crossed)
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user