Asking for last +1 for render :parial => @something in namespaced controllers patch

Hello,

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

If anyone is annoyed by that, please find a moment to review the patch. It's rather tiny and tested enough. It still applies cleanly (r8962) as I write this.

Thanks,

Jacek Becela

Patch just got the third +1 but after then stopped applying due to some refactoring in partials, namely removal of a newline character :wink: I have corrected the patch and now need a fourth +1 to make it into the trunk.

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

If you ever needed render :partial => @person in your namespaced admin interface to use admin/people/_person.html.erb then review this patch.

Thanks,

Jacek