跳至內容 跳至搜尋

當對不安全的緩衝器呼叫 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