diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-03 14:12:45 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-03 14:12:45 +0100 |
commit | c003e7075880071743af06cfb5865bdb943db024 (patch) | |
tree | 7d5b198aadbf53fc86e73b4d3db649cc1adb490c /app/views/api/v1/accounts/show.rabl | |
parent | 562044f36ad8ebe388e32eef2e5d44bec4a9af59 (diff) |
Caching should work correctly now (fingers crossed)
Diffstat (limited to 'app/views/api/v1/accounts/show.rabl')
-rw-r--r-- | app/views/api/v1/accounts/show.rabl | 2 |
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 6aec6e14d..b7b4d2640 100644 --- a/app/views/api/v1/accounts/show.rabl +++ b/app/views/api/v1/accounts/show.rabl @@ -1,5 +1,5 @@ object @account -cache false +cache attributes :id, :username, :acct, :display_name, :note |