<br clear="all"><br><div>Hey people..</div><div><br class="webkit-block-placeholder"></div><div>I often hit name clashes when using partials, take the following example...</div><div><br class="webkit-block-placeholder"></div>
<div>&lt;%= partial :clip, :url =&gt; &#39;<a href="http://www.jeff.com">http://www.jeff.com</a>&#39; %&gt;</div><div><br class="webkit-block-placeholder"></div><div>I will not be able to access my url variable, because the local variable will not override the #url method. This is contradictory to how most &quot;local&quot; variables work.
</div><div><br class="webkit-block-placeholder"></div><div>Can I fix this, or is this behavior for some other reason?</div><div><br class="webkit-block-placeholder"></div><div><br>&nbsp;</div><div>chrisfarms.</div>