about summary refs log tree commit diff
path: root/app/views/api/v1/accounts
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-03 13:28:36 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-03 13:28:36 +0100
commit0160d1d9b5195e5d8fcb94b29f74634b129439b4 (patch)
tree05c4978fea002d562daceb8a30305e3f701e9198 /app/views/api/v1/accounts
parentaff22bfdb554207ae73b8946310f7328f645be70 (diff)
Enable caching for some rabl views
Diffstat (limited to 'app/views/api/v1/accounts')
-rw-r--r--app/views/api/v1/accounts/show.rabl1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/api/v1/accounts/show.rabl b/app/views/api/v1/accounts/show.rabl
index 0d9e268a1..08199ec21 100644
--- a/app/views/api/v1/accounts/show.rabl
+++ b/app/views/api/v1/accounts/show.rabl
@@ -1,4 +1,5 @@
 object @account
+cache @account
 
 attributes :id, :username, :acct, :display_name, :note