Call mailbluster helpers when registering / cancelling reg to conference
This commit is contained in:
parent
560a3dbe70
commit
efdf1f03df
2 changed files with 4 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class User < ApplicationRecord
|
|||
after_save :touch_events
|
||||
|
||||
after_create_commit :mailbluster_create_lead
|
||||
after_destory_commit :mailbluster_delete_lead
|
||||
after_destroy_commit :mailbluster_delete_lead
|
||||
after_update_commit :mailbluster_update_email, if: :saved_change_to_email?
|
||||
|
||||
# add scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue