method

html_safe!

rails latest stable - Class: String

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

html_safe!()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 128
  def html_safe!
    raise "You can't call html_safe! on a String"
  end