instance method
read_encrypted_secrets=
Ruby on Rails 7.2.3
Since v7.2.3 Last seen in v7.2.3Signature
read_encrypted_secrets=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File railties/lib/rails/application/configuration.rb, line 361
def read_encrypted_secrets=(value)
Rails.deprecator.warn("'config.read_encrypted_secrets=' is deprecated and will be removed in Rails 8.0.")
end
Defined in railties/lib/rails/application/configuration.rb line 361
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Configuration