Add HTTP cache for the menu

This commit is contained in:
Jorge Manrubia
2025-09-12 11:08:20 +02:00
parent 0a98cbb6b3
commit fe9f59a2bd
+2 -1
View File
@@ -2,5 +2,6 @@ class My::MenusController < ApplicationController
include FilterScoped
def show
fresh_when @user_filtering
end
end
end