Sha256: 7a6a401945b95e5e937a5152e385c6783beec3417f644abe561abd208dc67815
Contents?: true
Size: 476 Bytes
Versions: 25
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true require 'hyrax/transactions/container' module Hyrax ## # This is a parent module for DRY Transaction classes handling Hyrax # processes. Especially: transactions and steps for creating, updating, and # destroying PCDM Objects are located here. # # @since 2.4.0 # # @example # Hyrax::Transaction::Container['transaction_name'].call(:input) # # @see https://dry-rb.org/gems/dry-transaction/ module Transactions end end
Version data entries
25 entries across 25 versions & 1 rubygems