Sha256: 74d214fd9bd11db4914593c593ecc1261543638c165590b1f16109c2f0c0a69e
Contents?: true
Size: 268 Bytes
Versions: 10
Compression:
Stored size: 268 Bytes
Contents
module Hyrax module Workflow class WorkflowByModelNameStrategy def initialize(work, _attributes) @work = work end # @return [String] The name of the workflow to use def workflow_name 'default' end end end end
Version data entries
10 entries across 10 versions & 2 rubygems