method
signed_id_verifier=
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::SignedId::ClassMethods
signed_id_verifier=(verifier)public
Allows you to pass in a custom verifier used for the signed ids. This also allows you to use different verifiers for different classes. This is also helpful if you need to rotate keys, as you can prepare your custom verifier for that in advance. See ActiveSupport::MessageVerifier for details.