Files
danbooru/app/controllers/dtext_previews_controller.rb
2017-07-19 16:48:42 -05:00

6 lines
135 B
Ruby

class DtextPreviewsController < ApplicationController
def create
render :inline => "<%= format_text(params[:body]) %>"
end
end