跳至内容 跳至搜索

当在不安全缓冲区上调用 ActiveSupport::SafeBuffer#safe_concat 方法时引发。

方法
N

类公共方法

new()

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 33
def initialize
  super "Could not concatenate to the buffer because it is not HTML safe."
end