I might be out of touch with latest features in rails or this might be
just simple error on my part. I can't get this to work in site layout:
<div id="footerWrapper">
<%= render :controller => 'site', :action => "footer" %>
</div> <!-- footerWrapper -->
I need to list some links in footer and that is why I need this in
layout. If this for some reason isn't working any more, can you please
suggest any alternative approach.