<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><%= partial :clip, :url => '<a href="http://www.jeff.com">http://www.jeff.com</a>' %></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 "local" 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> </div><div>chrisfarms.</div>