instance method
decode
Ruby on Rails 4.2.9
Since v4.2.9 PrivateSignature
decode(data)
No documentation comment.
Parameters
-
datareq
Source
# File activesupport/lib/active_support/message_verifier.rb, line 63
def decode(data)
::Base64.strict_decode64(data)
end
Defined in activesupport/lib/active_support/message_verifier.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageVerifier