Sha256: c105b199cc72719539c11f03a8cc085014e2004b86882587bc3471af16c15e9b

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

module Hyrax
  module Workflow
    class DefaultWorkflowStrategy
      def initialize(_work, _attributes); end

      # @return [String] The name of the workflow to use
      def workflow_name
        'default'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_hyrax-0.0.1.alpha app/services/hyrax/workflow/default_workflow_strategy.rb