Class: MarkdownRecord::JsonController

Inherits:
ApplicationController show all
Defined in:
app/controllers/markdown_record/json_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#render_not_found

Methods included from ControllerHelpers

#content_fragment, #download_html, #download_json, #render_html, #render_json

Instance Method Details

#downloadObject



7
8
9
# File 'app/controllers/markdown_record/json_controller.rb', line 7

def download
  download_json
end

#showObject



3
4
5
# File 'app/controllers/markdown_record/json_controller.rb', line 3

def show
  render_json
end