Class: IngestLocalFileJob

Inherits:
Hyrax::ApplicationJob show all
Defined in:
app/jobs/ingest_local_file_job.rb

Overview

Ingest a local file using ActiveFedora & FileSetActor.

Instance Method Summary collapse

Instance Method Details

#perform(file_set, path, user) ⇒ Object

Parameters:



10
11
12
# File 'app/jobs/ingest_local_file_job.rb', line 10

def perform(file_set, path, user)
  __perform(file_set, path, user)
end