[Logilogi-svn] SF.net SVN: logilogi:[1554] trunk/config/routes.rb
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2009-08-25 20:04:51
|
Revision: 1554
http://logilogi.svn.sourceforge.net/logilogi/?rev=1554&view=rev
Author: wybow
Date: 2009-08-25 20:04:42 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
Fixed the minor but annoying do-bug (adding do if redirected from www)
Modified Paths:
--------------
trunk/config/routes.rb
Modified: trunk/config/routes.rb
===================================================================
--- trunk/config/routes.rb 2009-08-25 19:35:46 UTC (rev 1553)
+++ trunk/config/routes.rb 2009-08-25 20:04:42 UTC (rev 1554)
@@ -8,9 +8,9 @@
:requirements => {:js_file => /all/}
#map.root :controller => 'logis', :action => 'show', :ll_link_string => 'Logi_Logi'
+ map.root :controller => 'main_page', :action => 'index'
map.formatted_root 'do.:format',
:controller => 'main_page', :action => 'index'
- map.root :controller => 'main_page', :action => 'index'
# For OpenID logins
map.resource :user_session,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|