Pipe that transforms <render /> tags.
the src parameter in the render tag will be used as first parameter to render_partial, all other paramters are passed on as variables.
Example calling render_partial(‘hello’):
<render src="hello" />
Example calling render_partial(‘hello’, ‘tail’ => ‘foo’):
<render src="hello" tail="foo" />
Generated with the Darkfish Rdoc Generator 2.