instance method
sign
Ruby on Rails 8.1.2
Since v7.1.6 Private — implementation detail, not part of the public APISignature
sign(data)
No documentation comment.
Parameters
-
datareq
Source
# File activesupport/lib/active_support/message_encryptor.rb, line 269
def sign(data)
@verifier ? @verifier.create_message(data) : data
end
Defined in activesupport/lib/active_support/message_encryptor.rb line 269
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageEncryptor