class DtextPreviewsController < ApplicationController def create render :inline => "

Preview

<%= format_text(params[:body]) %>" end end