X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=config%2Froutes.rb;h=13bc70e430b6816f469f189ab053ef243a1d9fef;hb=825cf787828710d8ac9084cc21bfe7ab5d27c54e;hp=61ff96b8c88d70e2e8baaeb961b06fb4fc5248e1;hpb=71a911ce8680d1e658739b6617b0edd0160482ec;p=depot.git diff --git a/config/routes.rb b/config/routes.rb index 61ff96b..13bc70e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -33,7 +33,7 @@ ActionController::Routing::Routes.draw do |map| # end # You can have the root of your site routed with map.root -- just remember to delete public/index.html. - # map.root :controller => "welcome" + map.root :controller => "store" # See how all your routes lay out with "rake routes" @@ -42,4 +42,6 @@ ActionController::Routing::Routes.draw do |map| # consider removing the them or commenting them out if you're using named routes and resources. map.connect ':controller/:action/:id' map.connect ':controller/:action/:id.:format' + +# map.connect '', :controller => "store" end