Sha256: baecbe9d28e9fc5d3f5bd63eb355cb44765282516b17501c0f43139132e8d1f0
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
require 'hybridge/batch' module Hybridge class IngestPackageJob < ApplicationJob queue_as Hyrax.config.ingest_queue_name def perform(package_location, collection_id, current_user) Hybridge::Batch::Ingest.new(package_location, collection_id, current_user) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hybridge-1.0.0 | app/jobs/hybridge/ingest_package_job.rb |