> wrong number of arguments (1 for 0).
Well, according to this it''s trying to tell you that you are sending 1
argument to a method that expects 0.
>
MailingsWorker#send_mailing({:uid=>"mailings_workers:send_mailing:ab6867ccb04cb1180afeb50c7f8
And MailingsWorker#send_mailing would be that method. Does that method
definition accept 1 argument?
kurian wrote:> i am using starling and workling for sending mail in background This
> is giving me an error
>
>
>
> Calling
>
MailingsWorker#send_mailing({:uid=>"mailings_workers:send_mailing:ab6867ccb04cb1180afeb50c7f8f5ad4",
>
:email=>"kurianmathew10-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"})
> FAILED to process queue mailings_workers__send_mailing.
> #<MailingsWorker:0xb7234db4> could not handle invocation of
> send_mailing with
>
{:uid=>"mailings_workers:send_mailing:ab6867ccb04cb1180afeb50c7f8f5ad4",
>
:email=>"kurianmathew10-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"}:
> wrong number of arguments (1 for 0).
>
>
> Can any one help me out on this topic
>
> Thanks in advance
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---