Files
danbooru/app/controllers/dtext_controller.rb
2010-10-20 19:24:53 -04:00

6 lines
144 B
Ruby

class DtextController < ApplicationController
def preview
render :inline => "<h1>Preview</h1><%= format_text(params[:body]) %>"
end
end