6 7 8
# File 'app/jobs/hybridge/ingest_package_job.rb', line 6 def perform(package_location, collection_id, current_user) Hybridge::Batch::Ingest.new(package_location, collection_id, current_user) end