instance method
key
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
key()
No documentation comment.
Source
# File activesupport/lib/active_support/encrypted_file.rb, line 36
def key
read_env_key || read_key_file || handle_missing_key
end
Defined in activesupport/lib/active_support/encrypted_file.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedFile