search for: news_manager

Displaying 1 result from an estimated 1 matches for "news_manager".

Did you mean: new_manager
2006 Jan 25
1
Routes working with subdirectories repeat subdirectory...
...: xyz.com/admin/admin/raid_manager/edit_raid_template It repeats the admin part. I also get the same effect even if I DO include the controller without the preceeeding /. The routes that handle the admin area looks like: map.connect ''/admin/'', :controller => ''admin/news_manager'' map.connect ''/admin/:controller/:action/:id'' I don''t like having to continually reference the controller, and I feel like I shouldn''t have to. Also, I''ve found I''m unable to break out of the admin/... URL once I''m in it.So li...