diff --git a/config/routes.rb b/config/routes.rb index a220039..ce7b7c7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,7 +15,9 @@ ActionController::Routing::Routes.draw do |map| ## Public controllers ###################################################### - # You can have the root of your site routed by hooking up '' + map.connect 'test/:controller/:action/:id' , :controller => /.*test.*/ + + # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. map.connect '', :controller => "home" -- libgit2 0.21.2