Module: Pipelineable

Extended by:
ActiveSupport::Concern
Included in:
DataType, LibraryType, TagSet, Workflow
Defined in:
app/models/concerns/pipelineable.rb

Overview

Include in records to associate them with a pipeline via an enum

Instance Method Summary collapse

Instance Method Details

#pipeline_handlerObject



14
15
16
# File 'app/models/concerns/pipelineable.rb', line 14

def pipeline_handler
  Pipelines.handler(pipeline)
end