method
key
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile
key()public
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 48
def key
read_env_key || read_key_file || handle_missing_key
end