method

new

rails latest stable - Class: ActiveSupport::EncryptedConfiguration::InvalidKeyError

Method not available on this version

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

new(content_path, key)
public

No documentation available.

# File activesupport/lib/active_support/encrypted_configuration.rb, line 47
      def initialize(content_path, key)
        super "Key '#{key}' is invalid, it must respond to '#to_sym' from configuration in '#{content_path}'."
      end