method

decode

rails latest stable - Class: ActiveSupport::MessageVerifier

Method not available on this version

This method is only available on newer versions. The first available version (v4.2.1) is shown here.

decode(data)
private

No documentation available.

# File activesupport/lib/active_support/message_verifier.rb, line 63
      def decode(data)
        ::Base64.strict_decode64(data)
      end