enable ragel parser in more places

This commit is contained in:
r888888888
2016-06-22 16:31:25 -07:00
parent 945a451ca2
commit a8812beae8
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
class DtextPreviewsController < ApplicationController
def create
render :inline => "<%= format_text(params[:body]) %>"
render :inline => "<%= format_text(params[:body], :ragel => true) %>"
end
end