search for: _comment_bookmark

Displaying 1 result from an estimated 1 matches for "_comment_bookmark".

2010 Oct 11
5
Object lost in memory/trashed?
...mark = render :partial => "/comments/comment_bookmark", :locals => { :bookmark => comment } - else .comment{:class => cycle("odd", "even")} = render :partial => "/comments/comment_content", :locals => { :comment => comment} ## _comment_bookmark.html.haml = image_tag "/images/iLight/icon.png" == #{bookmark.user.display_name} lit this diagram <small>(#{time_ago_in_words bookmark.created_at} ago)</small> The problem happens in this last file, when calling bookmark.user.display_name. It raises a Template error: ActionVi...