Method: CuttingEdgeHelpers#worker_fetch

Defined in:
lib/cutting_edge/app.rb

#worker_fetch(repo) ⇒ Object



22
23
24
# File 'lib/cutting_edge/app.rb', line 22

def worker_fetch(repo)
  DependencyWorker.perform_async(repo.identifier, repo.lang, repo.locations, repo.dependency_types, repo.contact_email, repo.auth_token)
end