In gmane.comp.web.turbogears, Dangoor wrote:
> On 12/20/05, Peter Hunt <[EMAIL PROTECTED]> wrote:
>> class MyRoot(controllers.Controller):
>>     mount_path = "/"
>>     # methods would go here

I'd rather see Routes integration than something like this. From the
looks of http://trac.turbogears.org/turbogears/wiki/RoutesIntegration it
doesn't take much work. A lot of people seem to like that approach.
Providing a subclassable RoutesController that gets the routes from the
normal config file seems like it would solve the problem in a nicer way
than class attributes.

Justus

Reply via email to