方法
- N
类公共方法
new(content_path, key) 链接
来源: 显示 | 在 GitHub 上
# 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