Bringing various things inline with the current state of Rails develolpment

This commit is contained in:
Alexey Verkhovsky 2005-03-25 19:11:41 +00:00
parent 0a63789e61
commit 8de7ca3cee
38 changed files with 204 additions and 5484 deletions

View file

@ -25,7 +25,7 @@ class WikiController < ApplicationController
if password_check(@params['password'])
redirect_show('HomePage')
else
redirect_to :action => 'login'
redirect_to :action => 'login', :web => @web_name
end
end