method

encryptor

rails latest stable - Class: Rails::Secrets
encryptor()
private

No documentation available.

# File railties/lib/rails/secrets.rb, line 105
        def encryptor
          @encryptor ||= ActiveSupport::MessageEncryptor.new([ key ].pack("H*"), cipher: @cipher)
        end