Class: Wechat::TagJob

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

Instance Method Summary collapse

Instance Method Details

#perform(tag) ⇒ Object



5
6
7
# File 'app/jobs/wechat/tag_job.rb', line 5

def perform(tag)
  tag.sync_to_wechat
end