Class: IngestLocalFileJob
- Inherits:
-
Hyrax::ApplicationJob
- Object
- ApplicationJob
- Hyrax::ApplicationJob
- IngestLocalFileJob
- 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
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 |