[Rails] Re: ArgumentError - Unable to rectify please help

2009-06-01 Thread Aslam Syed
I have written a ActionMailer class called the Mailer and I am sending email on that line: Mailer.deliver_confirm(email, code) There is no additional information other than the error message which I have pasted. Rick Lloyd wrote: > What's going on in line 105 of accounts_controller.rb? Al

[Rails] Re: ArgumentError - Unable to rectify please help

2009-06-01 Thread Rick
What's going on in line 105 of accounts_controller.rb? Also, is there any information in the log file that corresponds to the failure? On Jun 1, 8:47 am, Aslam Syed wrote: > Hello, > > I am stuck in a problem which I am unable to understand. I am trying to > send an email, which I have done bef