Caching should work correctly now (fingers crossed)
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
object @context
|
||||
cache false
|
||||
|
||||
node :ancestors do |context|
|
||||
partial 'api/v1/statuses/index', object: context.ancestors
|
||||
|
@ -1,5 +1,5 @@
|
||||
object @status
|
||||
cache false
|
||||
cache
|
||||
|
||||
extends 'api/v1/statuses/_show'
|
||||
|
||||
|
Reference in New Issue
Block a user