"Nesting" Controllers

Hi there!

I guess this is a pretty noob-like question for all the long-aged railers.

I'd like to keep the controllers for my admin interface inside a folder called (guess...) "admin". I wonder if I could make rails notice this and let me do "admin/:controller/..." without having to make a route for each controller.

~Chris