Class: Fclay::UploadJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/fclay/upload_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(type, id) ⇒ Object



5
6
7
# File 'lib/fclay/upload_job.rb', line 5

def perform type,id
  Fclay::Attachment.upload(type,id)
end