RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: georgeG
Site: http://www.biorelated.wordpress.com
explicitly rendering the collection partial,
<%=render :partial=> 'product', :collection=>@search.products%>
instead of the shortcut render @search.products
render @search.products
sorts the problem
Am also receiving the same error
explicitly rendering the collection partial,
instead of the shortcut
render @search.products
sorts the problem
Am also receiving the same error