Files
fizzy/app/controllers/my/menus_controller.rb
T
Jorge Manrubia 4527dcbeda Remove unnecessary filtering code
After removing collections from the filtering menu, there was quite a good cleanup here pending
2025-10-03 10:56:34 +02:00

8 lines
126 B
Ruby

class My::MenusController < ApplicationController
include FilterScoped
def show
fresh_when @user_filtering
end
end