search for: deliver_comment_notif

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

2005 Mar 10
6
problems with ActionMailer
...omment_notification(comment) @recipients = "email-J0of1frlU80@public.gmane.org" @body = comment end I''m calling the mailer method from within my application with the following lines: @comment = Comment.new(@params[''comment'']) Notifier::deliver_comment_notification(@comment[''comment'']) Upon calling the mailer method, I''m preseted with the following error: private method `gsub'' called for nil:NilClass Does anyone have any idea of what I''m doing wrong? -- Nathan Wright http://www.brandalism.com