Accidental

This commit is contained in:
Jason Zimdars
2025-05-22 16:21:04 -05:00
parent 7ee65608c9
commit 6ec0618211
-1
View File
@@ -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