search for: pihnvxqihalcenzmoerytg

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

2008 Jun 10
7
ActionMailer undefined method `parameters' - Rails 2.1
...25 } config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true #...snip My "Notifications" Model: class Notifications < ActionMailer::Base def request(sent_at = Time.now) subject ''Testing'' recipients [''me-pIHnvXQihALCENZMoErytg@public.gmane.org''] from ''testmailerbot-pIHnvXQihALCENZMoErytg@public.gmane.org'' body :greeting => "WAUW" end end The part of my controller that actually sends the mail: #...snip def create @request = Request.new(params[:request]...