method

hash_digest_class

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: KeyGenerator
hash_digest_class() public

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/key_generator.rb, line 21
      def hash_digest_class
        @hash_digest_class ||= OpenSSL::Digest::SHA1
      end
Register or log in to add new notes.