Remove redundant include

This is no longer needed since af0e2488 removed the streaming of
avatar images.
This commit is contained in:
Kevin McConnell
2025-12-12 08:58:52 +00:00
parent c43c184691
commit 8d32a322e9
@@ -1,6 +1,4 @@
class Users::AvatarsController < ApplicationController
include ActiveStorage::Streaming
allow_unauthenticated_access only: :show
before_action :set_user