Class: Wechat::QrcodeJob

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

Instance Method Summary collapse

Instance Method Details

#perform(effective) ⇒ Object



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

def perform(effective)
  effective.qrcode
end