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