Sha256: 46e1a14f408fd957029fe5d3ddc2d4a6f8d758c5475f826a8c7eea04e95e3ab3
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true require 'hyrax/transactions/transaction' module Hyrax module Transactions ## # Creates a Collection from a ChangeSet # # @since 3.2.0 class CollectionUpdate < Transaction DEFAULT_STEPS = ['change_set.apply'].freeze ## # @see Hyrax::Transactions::Transaction def initialize(container: Container, steps: DEFAULT_STEPS) super end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyrax-3.3.0 | lib/hyrax/transactions/collection_update.rb |
hyrax-3.2.0 | lib/hyrax/transactions/collection_update.rb |