Description:
fix some layout problem: first time at main after login, using wrong layouts git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@39 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r15:ef7a1ef3afd0 - - 1 file changed: 2 inserted, 0 deleted

@@ -5,6 +5,8
5 verify :method => :post, :only => [:submit],
5 verify :method => :post, :only => [:submit],
6 :redirect_to => { :action => :index }
6 :redirect_to => { :action => :index }
7
7
8 + layout 'application'
9 +
8 def index
10 def index
9 redirect_to :action => 'login'
11 redirect_to :action => 'login'
10 end
12 end
You need to be logged in to leave comments. Login now