instance method
read_env_key
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
read_env_key()
No documentation comment.
Source
# File activesupport/lib/active_support/encrypted_file.rb, line 99
def read_env_key
ENV[env_key]
end
Defined in activesupport/lib/active_support/encrypted_file.rb line 99
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedFile