Re: [Rails] Rails 3 Routing: Namespace'd Controllers?

2010-03-17 Thread Conrad Taylor
On Wed, Mar 17, 2010 at 3:14 PM, Stefan Buhr wrote: > Hi there, > > I'm stuck with some very simple routing requirements. Somehow I believe > this is not even possible with the new Rails 3 Router: > > So i have my Admin::SettingsController class in controllers/admin > > My intention is to access

[Rails] Rails 3 Routing: Namespace'd Controllers?

2010-03-17 Thread Stefan Buhr
Hi there, I'm stuck with some very simple routing requirements. Somehow I believe this is not even possible with the new Rails 3 Router: So i have my Admin::SettingsController class in controllers/admin My intention is to access the admin-controllers via /admin/:controller/:action in my routes.