Class: MarkdownRecord::HtmlController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MarkdownRecord::HtmlController
- Defined in:
- app/controllers/markdown_record/html_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/html_controller.rb', line 7 def download download_html end |
#show ⇒ Object
3 4 5 |
# File 'app/controllers/markdown_record/html_controller.rb', line 3 def show render_html end |