instance method
encode
Ruby on Rails 7.0.10
Since v4.2.9 Last seen in v7.0.10 PrivateSignature
encode(data)
No documentation comment.
Parameters
-
datareq
Source
# File activesupport/lib/active_support/message_verifier.rb, line 194
def encode(data)
::Base64.strict_encode64(data)
end
Defined in activesupport/lib/active_support/message_verifier.rb line 194
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageVerifier