Method: MarkdownRecord::ViewHelpers#path_to_markdown_record_json

Defined in:
app/helpers/markdown_record/view_helpers.rb

#path_to_markdown_record_json(model, download = false) ⇒ Object



58
59
60
# File 'app/helpers/markdown_record/view_helpers.rb', line 58

def path_to_markdown_record_json(model, download = false)
  path_to_markdown_record(model, "json", download)
end