search for: send_activation_email

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

2008 Dec 17
3
Access from common class
Hello! I have made a common class and put it to the /lib folder of my Rails application. Now I have some problems with access to: 1. Mailers Call to SupportMailer.send_activation_email gives an error: NoMethodError (undefined method `send_activation_email'' for SupportMailer:Class): Ok, I have changed my SupportMailer class - give a prefix to the function function send_activation_email -> function self.send_activation_email But in this case the Mailer doesn''t...