Files
danbooru/app/controllers/dtext_previews_controller.rb
2011-10-20 18:50:16 -04:00

6 lines
135 B
Ruby

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