instance method
read_encrypted_secrets
Ruby on Rails 7.2.3
Since v7.2.3 Last seen in v7.2.3Signature
read_encrypted_secrets()
No documentation comment.
Source
# File railties/lib/rails/application/configuration.rb, line 357
def read_encrypted_secrets
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 357
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Configuration