Hi all, I have a collection which I render via
<%= render :partial => 'comment', :collection => @results %> This works exactly as I expect it to. However, when I change it to <%= render :partial => @results %> or <%= render @results %> both of which the documentation describe as 'short hand' versions of the first, I get: Missing template _comment.erb in view path in spite of the fact that the template is there and renders correctly in the first case. I'm using 2.3.8. Anybody know what is going on? Thanks for any help. -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.