Method: MarkdownRecord::ContentFragment#read_html
- Defined in:
- app/models/markdown_record/content_fragment.rb
#read_html ⇒ Object
53 54 55 |
# File 'app/models/markdown_record/content_fragment.rb', line 53 def read_html File.read(html_path) if html_exists? end |