I have a partial:
\'profiles/_show.html.erb\'
that contains code like
<%= @profile.fullname %>
I\'m trying to render
You could always do @profile = profile in the partial.
@profile = profile