Sha256: d0abd145fbc5ed9e951f8c61b4ef176ba8ef1518dd68f2e562a2b6d63382301a
Contents?: true
Size: 275 Bytes
Versions: 22
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Zizia class HyraxDefaultUpdater < HyraxMetadataOnlyUpdater attr_reader :attrs def actor_stack terminator = Hyrax::Actors::Terminator.new Hyrax::DefaultMiddlewareStack.build_stack.build(terminator) end end end
Version data entries
22 entries across 22 versions & 1 rubygems