Remove collection filtering where it's not needed

This commit is contained in:
Andy Smith
2025-08-28 12:22:48 -05:00
parent 5c42054004
commit 2036071ddd
6 changed files with 0 additions and 12 deletions
-2
View File
@@ -9,8 +9,6 @@ class UsersController < ApplicationController
before_action :set_filter, only: %i[ edit show ]
before_action :set_user_filtering, only: %i[ edit show]
enable_collection_filtering only: %i[ edit show ]
def new
@user = User.new
end