Jonathan Rochkind wrote:
> Rails2.  If a route has already been established with "map.resources",
> is there any way I can add an additional member to it, without
> over-writing what's already there?
> 
> This comes up in two engines-style plugins interacting with each other
> and with the app itself.

Just define the route as you normally would (with map.connect ). 
map.resources is not magical; it's just shorthand for a bunch of 
map.connect statements.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to