class ActiveSupport::EncryptedFile::InvalidKeyLengthError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/active_support/encrypted_file.rb, line 24
def initialize
  super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters."
end