method
build
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::MessageVerifiers
build(salt, secret_generator:, secret_generator_options:, **options)private
No documentation available.
# File activesupport/lib/active_support/message_verifiers.rb, line 185
def build(salt, secret_generator,, secret_generator_options,, **options)
MessageVerifier.new(secret_generator.call(salt, **secret_generator_options), **options)
end