method
signed_id_verifier
rails latest stable - Class:
ActiveRecord::SignedId::ClassMethods
signed_id_verifier()public
The verifier instance that all signed ids are generated and verified from. By default, it’ll be initialized with the class-level signed_id_verifier_secret, which within Rails comes from the Rails.application.key_generator. By default, it’s SHA256 for the digest and JSON for the serialization.