method

sign

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActiveSupport::MessageEncryptor
sign(data) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/message_encryptor.rb, line 269
      def sign(data)
        @verifier ? @verifier.create_message(data) : data
      end
Register or log in to add new notes.