From f7acf324052ec0447f410b3753375655bf380f6c Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Sat, 12 Jul 2008 20:23:28 +0000 Subject: [PATCH] ActionItem514: re added a route to make application controller and my_profile controller tests work --- config/routes.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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