Make avatars public so that they work in public collections
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class Users::AvatarsController < ApplicationController
|
||||
include ActiveStorage::Streaming
|
||||
|
||||
allow_unauthenticated_access only: :show
|
||||
|
||||
before_action :set_user
|
||||
|
||||
def show
|
||||
|
||||
Reference in New Issue
Block a user