Displaying 1 result from an estimated 1 matches for "friendpic".
Did you mean:
friend_id
2007 Jun 17
1
actionmailer & picture
...app/views/goalbuddies/_gbdisplay.rhtml where line #9 raised:
undefined method `request'' for #<UserMailer:0x44c58ac>
Extracted source (around line #9):
6: <% if p.nil? %>
7: <%= image_tag("no_pic.jpg", :alt => "user picture", :class =>
"friendPic") %><br>
8: <% else %>
9: <%= image_tag(p.public_filename(:small), :alt => "user picture",
:class => "friendPic")%>
10: <% end %>
11: </tr></td>
12: <tr><td align="center">
Trace of template inc...