Class: Marksmith::MarkdownPreviewsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/marksmith/markdown_previews_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
# File 'app/controllers/marksmith/markdown_previews_controller.rb', line 3

def create
  @body = Marksmith::Renderer.new(body: params[:body]).render
end