I have a partial:
\'profiles/_show.html.erb\'
that contains code like
<%= @profile.fullname %>
I\'m trying to render
this is more simple
<%= render :partial => "profiles/show", :collection => @profiles %>
on partial _show.html.erb
<%= profile.fullname %>
hope helped