From 8d32a322e930ad4d89ae2f83313342b3fec667d9 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 12 Dec 2025 08:58:52 +0000 Subject: [PATCH] Remove redundant include This is no longer needed since af0e2488 removed the streaming of avatar images. --- app/controllers/users/avatars_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/users/avatars_controller.rb b/app/controllers/users/avatars_controller.rb index d85e5f869..420dbe5b6 100644 --- a/app/controllers/users/avatars_controller.rb +++ b/app/controllers/users/avatars_controller.rb @@ -1,6 +1,4 @@ class Users::AvatarsController < ApplicationController - include ActiveStorage::Streaming - allow_unauthenticated_access only: :show before_action :set_user