can i get some patch reviewer for a fix to namespaced routes?

http://dev.rubyonrails.org/ticket/10229

Tiny issue where

namespace :admin do |admin| admin.root :controller => 'home' end

will break, recent changeset assumed a string would be used but a lot of examples out on the web are using symbols.

Thanks, John

http://dev.rubyonrails.org/ticket/10229

Is this the right URL?

crap, no sorry. I was looking at the changeset that broke things when I wrote my message http://dev.rubyonrails.org/ticket/10283 I've got the +3, just looking for a commit now.

Thanks, John

I wrote my messagehttp://dev.rubyonrails.org/ticket/10283 I've got the +3, just looking for a commit now.

Done.