On 8 Mrz., 09:15, Michael Pavling <pavl...@gmail.com> wrote:
> You're possibly doing this:
>
> <%= @my_object.comments.each do |comment| %>
> .... # and then code to output the comment
> <% end %>
>
> rather than:
>
> <% @my_object.comments.each do |comment| %>
> .... # and then code to output the comment
> <% end %>

Thats the point!
Thank you so much!

-- 
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-talk@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.

Reply via email to