класс ActiveSupport::SafeBuffer::SafeConcatError
Выбрасывается, когда ActiveSupport::SafeBuffer#safe_concat вызывается для небезопасных буферов.
Общедоступные методы класса
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 146 def initialize super 'Could not concatenate to the buffer because it is not html safe.' end
Вызов метода родительского класса
© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.