Class: SimpleFormMarkdownEditor::PreviewsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SimpleFormMarkdownEditor::PreviewsController
- Defined in:
- app/controllers/simple_form_markdown_editor/previews_controller.rb
Instance Method Summary collapse
Instance Method Details
#preview ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/simple_form_markdown_editor/previews_controller.rb', line 6 def preview respond_to do |format| format.html { render text: text_preview } end end |