From 6ec0618211bafaf9af04351aa03c992b46a35b79 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 22 May 2025 16:21:04 -0500 Subject: [PATCH] Accidental --- app/controllers/users_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 2915b81bc..f144f5be7 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -7,7 +7,6 @@ class UsersController < ApplicationController before_action :ensure_permission_to_change_user, only: %i[ update destroy ] def index - @filters = Current.user.filters.all @users = User.active end