From: shawn bright Date: 2006-11-26T02:30:19+09:00 Subject: question about partials and logic in rails ------=_Part_5726_28430007.1164475814691 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline lo there, i have a partial i want to display that will contain a graph, but i don't want to do all the data pulls from the rhtml, so if i do, say, a render partial _chart.rhtml, will it respond to a controller function called chart and be able to use its variables ? Or is this a place to put a helper ? thanks sk ------=_Part_5726_28430007.1164475814691--