Class: Wechat::UserTagJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/wechat/user_tag_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(wechat_user_tag) ⇒ Object



6
7
8
# File 'app/jobs/wechat/user_tag_job.rb', line 6

def perform(wechat_user_tag)
  wechat_user_tag.sync_to_wechat
end