Method: MarkdownRecord::ViewHelpers#path_to_markdown_record_html
- Defined in:
- app/helpers/markdown_record/view_helpers.rb
#path_to_markdown_record_html(model, download = false) ⇒ Object
30 31 32 |
# File 'app/helpers/markdown_record/view_helpers.rb', line 30 def path_to_markdown_record_html(model, download = false) path_to_markdown_record(model, "html", download) end |