Hi,

Having an issue that seems to have crept in with a recent TS commit
(not sure which one, just updated to master):

If I have the following in a view:

<%= render @jobs %>
I get the following error:
ActionView::TemplateError (Missing template thinking_sphinx/searches/
_search.erb in view path app/views)

If I use the old way, everything works fine:
<%= render :partial => 'job', :collection => @jobs %>

Any ideas?

Thanks,
James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" 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/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to