question regarding shorthand syntax for collection rendering

1 view
Skip to first unread message

joep

unread,
Jul 27, 2010, 8:11:18 AM7/27/10
to Ruby on Rails: Talk
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.

joep

unread,
Jul 27, 2010, 8:39:31 AM7/27/10
to Ruby on Rails: Talk
Never mind. It appears active scaffold is actually messing this up. In
a newly created project without active scaffold it works just fine.
Reply all
Reply to author
Forward
0 new messages