enable ragel parser in more places
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user