Class: ArticleLinkWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/article_link_worker.rb

Overview

Hunt for broken links in articles

Instance Method Summary collapse

Instance Method Details

#performObject

Runs the job.

Returns:

  • (Object)

    the result



12
13
14
# File 'app/workers/article_link_worker.rb', line 12

def perform
  LinkCheck.process
end