You may want to take a look at the new routing implementation, too. The
new RouteSet#draw does not yield self, it yields an instance of Mapper,
which delegates to RouteSet. Thus, your custom methods need to be added
on Mapper, not RouteSet.
- Jamis
Bob Silva wrote:
Have you tried RouteSet.ad
Have you tried RouteSet.add_named_route name, path, options ?
Bob Silva
http://i.nfectio.us/
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Abad
Sent: Thursday, August 17, 2006 10:08 AM
To: rails-core@lists.rubyonrails.org
Subject: [Rails-core] P