diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-15 20:50:18 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-15 20:50:18 +0100 |
commit | 7b5c903f96e1c97ad788962c88d6d285852d890e (patch) | |
tree | 105ce608a95d357a8b670e2649c34b22bd48f3a7 /app/views/tenants/_gs_parameter_table.html.haml | |
parent | fefbc85c45fdb3b8353fc9011ef74010242b73d4 (diff) |
Fixed caching.
Diffstat (limited to 'app/views/tenants/_gs_parameter_table.html.haml')
-rw-r--r-- | app/views/tenants/_gs_parameter_table.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tenants/_gs_parameter_table.html.haml b/app/views/tenants/_gs_parameter_table.html.haml index 7663f46..3af06cf 100644 --- a/app/views/tenants/_gs_parameter_table.html.haml +++ b/app/views/tenants/_gs_parameter_table.html.haml @@ -1,4 +1,4 @@ -- cache([I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at).last]) do +- cache(['gs_parameters_tenant_overview_table', I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at).last]) do %table %tr{:class => 'even'} %th |