Displaying 1 result from an estimated 1 matches for "_gbdisplay".
Did you mean:
_display
2007 Jun 17
1
actionmailer & picture
...ation
to get a picture for display in the email.
When this email is generate, I get the following error (note: I''m sure
it has something to do with not understanding the context of
actionmailer and how it functions):
NoMethodError in Messages#send_gmessage
Showing 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>...