From fe9f59a2bd7d5a30d84cabf7f4397b0cf502f6af Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 12 Sep 2025 11:08:20 +0200 Subject: [PATCH] Add HTTP cache for the menu --- app/controllers/my/menus_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/my/menus_controller.rb b/app/controllers/my/menus_controller.rb index 980578687..a81705df3 100644 --- a/app/controllers/my/menus_controller.rb +++ b/app/controllers/my/menus_controller.rb @@ -2,5 +2,6 @@ class My::MenusController < ApplicationController include FilterScoped def show + fresh_when @user_filtering end -end \ No newline at end of file +end