class HoboFields::Types::RawHtmlString

Public Instance Methods

to_html(xmldoctype = true) click to toggle source
# File lib/hobo_fields/types/raw_html_string.rb, line 5
def to_html(xmldoctype = true)
  self.html_safe
end