about summary refs log tree commit diff
path: root/app/views/api/v1/accounts/show.rabl
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-03 13:59:31 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-03 13:59:31 +0100
commit562044f36ad8ebe388e32eef2e5d44bec4a9af59 (patch)
tree1e699f23aa961a63ed2911789c4d31a33e2e8aae /app/views/api/v1/accounts/show.rabl
parent0160d1d9b5195e5d8fcb94b29f74634b129439b4 (diff)
Need to disable caching again due to bug in Rabl
Diffstat (limited to 'app/views/api/v1/accounts/show.rabl')
-rw-r--r--app/views/api/v1/accounts/show.rabl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/v1/accounts/show.rabl b/app/views/api/v1/accounts/show.rabl
index 08199ec21..6aec6e14d 100644
--- a/app/views/api/v1/accounts/show.rabl
+++ b/app/views/api/v1/accounts/show.rabl
@@ -1,5 +1,5 @@
 object @account
-cache @account
+cache false
 
 attributes :id, :username, :acct, :display_name, :note