> Controller must be given explicitly in this case, otherwise router
> cannot know where to route the request.

Too bad. All I want is to put a name to a path without having to
repeat myself. The default_routes take care of the routing.

I can do this outside of a namespace, and it seems to work exactly the
way I want it:

match("/news").register.name(:news)
default_routes

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to