class method
self.new
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
self.new(config_path:, key_path:, env_key:, raise_if_missing_key:)
No documentation comment.
Parameters
-
config_pathkeyreq -
key_pathkeyreq -
env_keykeyreq -
raise_if_missing_keykeyreq
Source
# File activesupport/lib/active_support/encrypted_configuration.rb, line 14
def initialize(config_path:, key_path:, env_key:, raise_if_missing_key:)
super content_path: config_path, key_path: key_path,
env_key: env_key, raise_if_missing_key: raise_if_missing_key
end
Defined in activesupport/lib/active_support/encrypted_configuration.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedConfiguration