當 ActiveSupport::SafeBuffer#safe_concat
被呼叫在不安全的緩衝區時會引發。
方法
- N
類別公開方法
new() 連結
來源:顯示 | 在 GitHub 上
# 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