method

signed_id_verifier

rails latest stable - Class: ActiveStorage::Blob
signed_id_verifier()
public

Customize the default signed ID verifier for backwards compatibility.

We override the reader (.signed_id_verifier) instead of just calling the writer (.signed_id_verifier=) to guard against the case where ActiveStorage.verifier isn’t yet initialized at load time.