I didn't mean email in general, I meant that specific mailer function/template. TicketMailer is not the same code as UserMailer and was suggesting working your way up from there since if TicketMailer isn't working right, you won't get email regardless of how the rest of the code is setup.
Sounds like callbacks are the way you should go and no, there's nothing hobo specific for callbacks. after_save should suffice for what you're after. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
