GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: yet another gallery application done in Rails
Clone URL: git://github.com/kingmt/gallery.git
changed root to be albums and removed index.html
kingmt (author)
Fri Jul 25 06:11:48 -0700 2008
commit  99753a3cfd58bbaf03c45b5971a50bcce1510952
tree    7332c758009772379740aa1835cc98e1f560e40e
parent  46063ad980df58b1982cdff9bfceb7f0eecfdbc6
...
43
44
45
46
 
47
48
49
...
43
44
45
 
46
47
48
49
0
@@ -43,7 +43,7 @@ ActionController::Routing::Routes.draw do |map|
0
   # end
0
 
0
   # You can have the root of your site routed with map.root -- just remember to delete public/index.html.
0
- # map.root :controller => "welcome"
0
+ map.root :controller => "albums"
0
 
0
   # See how all your routes lay out with "rake routes"
0
 

Comments

    No one has commented yet.