2008/10/24 Roman Gonzalez <[EMAIL PROTECTED]>: > > Hello there, > > I was wondering... have you find a way to have those methods on the > MailerController class?, I know that in the MerbController you use the > request object to find the domain and the protocol, so how would you > do that on the MailerController, I can't come up with a solution yet! > > Anyways, just wanted to know if it is planned to support this method > on future releases of the merb-mailer extension
1. See http://github.com/wycats/merb/tree/master/merb-mailer/lib/merb-mailer/mail_controller.rb#L255 2. You can use base_controller instance in mailer controller methods. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
