Sha256: ac4ef1ea0710a9ddf86e145f8276cab0a46d2c18eb010fe463354f197ec0b636
Contents?: true
Size: 222 Bytes
Versions: 57
Compression:
Stored size: 222 Bytes
Contents
module HoboFields module Types class RawHtmlString < HoboFields::Types::Text def to_html(xmldoctype = true) self.html_safe end HoboFields.register_type(:raw_html, self) end end end
Version data entries
57 entries across 57 versions & 1 rubygems