work on comments
This commit is contained in:
5
app/controllers/dtext_controller.rb
Normal file
5
app/controllers/dtext_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DtextController < ApplicationController
|
||||
def preview
|
||||
render :inline => "<h1>Preview</h1><%= format_text(params[:body]) %>"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user