class HoboFields::Types::Text

Constants

COLUMN_TYPE

Public Instance Methods

to_html(xmldoctype = true) click to toggle source
# File lib/hobo_fields/types/text.rb, line 8
def to_html(xmldoctype = true)
  ERB::Util.html_escape(self).gsub("\n", "<br#{xmldoctype ? ' /' : ''}>\n").html_safe
end