instance method
sign_encoded
Ruby on Rails 8.0.4
Since v7.1.6 PrivateSignature
sign_encoded(encoded)
No documentation comment.
Parameters
-
encodedreq
Source
# File activesupport/lib/active_support/message_verifier.rb, line 330
def sign_encoded(encoded)
digest = generate_digest(encoded)
encoded << SEPARATOR << digest
end
Defined in activesupport/lib/active_support/message_verifier.rb line 330
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageVerifier