Possibly fix /ajax/preview

This commit is contained in:
Yuki 2015-06-06 05:57:15 +05:30
parent 1796283ace
commit d11b16dad6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Ajax::QuestionController < ApplicationController
@message = "Failed to render markdown."
begin
@markdown = markdown(params[:md], Time.new)
@markdown = markdown params[:md]
@message = "Successfully rendered markdown."
rescue
@status = :fail