Thanks for your replying.
the page render correctly since i would visit it via browser, and it
works all right.
in fact, there is nothing special in my partial, i pasted it below:
_footer.html.erb:
<div id="footer-wrap">
<div id="footer">
<div class="bottom-links">
<div class="bottom-nav">
<ul>
<li><a href="">About Us</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Help</a></li>
</ul>
</div>
</div>
</div>
</div>
and each error has same informationm which is "wrong number of
arguments (3 for 1)"
On Feb 12, 4:03 pm, MaD <[email protected]> wrote:
> would be nice to know if your page renders correctly when you access
> it with your browser. also post the code of the partial that's causing
> the error and of course the error itself. what's respec's output?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---