Displaying 1 result from an estimated 1 matches for "rtial".
Did you mean:
trial
2006 Dec 20
4
undefined method `fullname' for #<User:0x357e380>, BUT works on first view?
...ctiveRecord::RecordNotFound
flash[:notice] = "News item not found!"
redirect_to :action => ''index'' and return
else
@comments = @news.comments
end
end
end
and finally the view:
--Show
<div id="news">
<%= render :partial => ''/news/item'', :locals => { :item =>
@news } %>
<%= render :partial => ''/comments/comment'', :collection =>
@comments
%>
<%= render :partial => ''/comments/form'' %>
</div>
--/comments/com...