Class: MarkdownRecord::JsonController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MarkdownRecord::JsonController
- Defined in:
- app/controllers/markdown_record/json_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from ControllerHelpers
#content_fragment, #download_html, #download_json, #render_html, #render_json
Instance Method Details
#download ⇒ Object
7 8 9 |
# File 'app/controllers/markdown_record/json_controller.rb', line 7 def download download_json end |
#show ⇒ Object
3 4 5 |
# File 'app/controllers/markdown_record/json_controller.rb', line 3 def show render_json end |