class ActiveStorage::Blob

def signed_id(purpose: :blob_id, expires_in: nil)

Returns a signed ID for this blob that's suitable for reference on the client-side without fear of tampering.
def signed_id(purpose: :blob_id, expires_in: nil)
  super
end