Do basic testing of all site controller methods
This commit is contained in:
parent
57b05b22e3
commit
04ad0f6251
2 changed files with 178 additions and 37 deletions
|
@ -82,6 +82,12 @@ class SiteController < ApplicationController
|
|||
def about
|
||||
end
|
||||
|
||||
def export
|
||||
end
|
||||
|
||||
def offline
|
||||
end
|
||||
|
||||
def preview
|
||||
render :text => RichText.new(params[:format], params[:text]).to_html
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue