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

Commit

Permalink
Merge pull request #468 from sul-dlss/restore-steps
Browse files Browse the repository at this point in the history
Restore and deprecate Dor::Processable::STEPS. Its used by Argo
  • Loading branch information
mjgiarlo committed Jan 7, 2019
2 parents 7a4204c + 5194698 commit 3ade6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dor/models/concerns/processable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module Processable
autocreate: true
end

STEPS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('STEPS', 'Dor::StatusService::STEPS')

# The ContentMetadata and DescMetadata robot are allowed to build the
# datastream by reading a file from the /dor/workspace that matches the
# datastream name. This allows assembly or pre-assembly to prebuild the
Expand Down

0 comments on commit 3ade6f6

Please sign in to comment.