Displaying 1 result from an estimated 1 matches for "_result_divider".
Did you mean:
result_divider
2006 Apr 11
0
can''t get render... :collection to work ??
...sult_divider'' %>
----------------------------------------------------------------------
_result.html looks like this:
----------------------------------------------------------------------
<%= result[:url] %>
----------------------------------------------------------------------
_result_divider.rhtml contains "<hr>".
If I remove the last render() call the page prints out the url field
separated by <hr>''s just like I''d expect. If I include that last render()
call I get an error pointing to _result.html:
------------------------------------------...