diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-12 22:54:59 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-12 22:54:59 +0100 |
commit | 45ab6dc23ef7d8d6ddf60ab355c2d1b3450f35c8 (patch) | |
tree | 4b1429700bdfb237dd3bd98cee19b46a16cb8b38 /app/views/tenants/_table_of_functions.html.haml | |
parent | 1e5c4e80fe27eddf87d0e01ea771e8ea050bc4c1 (diff) |
Cache fixes.
Diffstat (limited to 'app/views/tenants/_table_of_functions.html.haml')
-rw-r--r-- | app/views/tenants/_table_of_functions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tenants/_table_of_functions.html.haml b/app/views/tenants/_table_of_functions.html.haml index d4d3950..79ea2b1 100644 --- a/app/views/tenants/_table_of_functions.html.haml +++ b/app/views/tenants/_table_of_functions.html.haml @@ -1,4 +1,4 @@ -- cache([I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at)]) do +- cache([I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at).last]) do %table %tr{:class => 'even'} %th |