method

read_encrypted_secrets

rails latest stable - Class: Rails::Application::Configuration

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

read_encrypted_secrets()
public

No documentation available.

# 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