method
key
rails latest stable - Class:
ActiveSupport::EncryptedFile
key()public
Returns the encryption key, first trying the environment variable specified by env_key, then trying the key file specified by key_path. If raise_if_missing_key is true, raises MissingKeyError if the environment variable is not set and the key file does not exist.