The app needs to notificate the users via email that tickets have been created...but i don't see which one i have to use (lifecycles or callbacks). What do you think?
thanks in advance Kevin Best regards, Edson On 11 fev, 18:18, kevinpfromnm <[email protected]> wrote: > If you want it just to be after an update/creation, an after_save callback > is what you're after. If you want it during specific state transitions, > that's when you'd use a lifecycle. -- 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.
