Instead of using the full name of my partials (/controller/wherever/partial) I would like to put a dummy partial that forwards all of the locals variables to the real partial. Is there any way to access the locals variables from a partial (aside from the obvious, by name one-by-one)? That way I could do:
<%=render :partial=>"controller/wherever/partial", :locals=>self_locals} -%>