Method: ActionText::Fragment#to_html
- Defined in:
- actiontext/lib/action_text/fragment.rb
#to_html ⇒ Object
54 55 56 |
# File 'actiontext/lib/action_text/fragment.rb', line 54 def to_html @html ||= HtmlConversion.node_to_html(source) end |