global variable
Fri Feb 09 2024 13:44:28 GMT+0000 (Coordinated Universal Time)
Saved by
@jakaria
def track_goal_changes
return if !@first_update && saved_change_to_attribute?(:goal)
return unless saved_change_to_attribute?(:goal)
@first_update = true
Contact::BgGoalSynchronizer.perform_async(user_id, id)
end
content_copyCOPY
Comments