ActiveSupport::EncryptedConfiguration::InvalidKeyError (original) (raw)
Methods
N
Class Public methods
new(content_path, key)Link
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