Skip to content

Commit

Permalink
AO3-6565 Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
weeklies committed Jan 16, 2025
1 parent cb615f0 commit 21a1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/admin_users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def search_params
%i[name email role_id user_id inactive page]
end

params.slice(*allowed_params).permit(*allowed_params)
params.permit(*allowed_params)
end

def log_items
Expand Down

0 comments on commit 21a1b9b

Please sign in to comment.