Make avatars public so that they work in public collections

This commit is contained in:
Jorge Manrubia
2025-06-09 15:03:11 +02:00
parent 7013b7f378
commit 5e3b5b6d7c
@@ -1,6 +1,8 @@
class Users::AvatarsController < ApplicationController
include ActiveStorage::Streaming
allow_unauthenticated_access only: :show
before_action :set_user
def show