Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Require dor-workflow-service explicitly #514

Merged
merged 1 commit into from Mar 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/dor-services.rb
Expand Up @@ -180,7 +180,6 @@ def logger
autoload :TechnicalMetadataService
autoload :ThumbnailService
autoload :VersionService
autoload :WorkflowService
end

# Workflow Classes
Expand All @@ -193,4 +192,5 @@ module Workflow
eager_load!

require 'dor/utils/hydrus_shims'
require 'dor-workflow-service'
end