Add help page

This commit is contained in:
John Firebaugh 2013-07-16 15:59:09 -07:00
parent aaeca5b534
commit 33a6b79bd7
6 changed files with 83 additions and 17 deletions

View file

@ -71,6 +71,9 @@ class SiteController < ApplicationController
def welcome
end
def help
end
def preview
render :text => RichText.new(params[:format], params[:text]).to_html
end