explicit action and test for edit_web
This commit is contained in:
parent
a3142c377a
commit
780891349a
2 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,10 @@ class WikiController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
def edit_web
|
||||
# to template
|
||||
end
|
||||
|
||||
def new_system
|
||||
redirect_to(:action => 'index') if wiki.setup?
|
||||
# otherwise, to template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue