Module Formtastic::Util
In: lib/formtastic/util.rb

Methods

Public Instance methods

Returns the given text, marked as being HTML-safe. With older versions of the Rails XSS-safety mechanism, this destructively modifies the HTML-safety of `text`.

@param text [String] @return [String] `text`, marked as HTML-safe

[Validate]