Sha256: 3c5b3105a08f0cae62cff3227f3dfab948367bceb39ce669e8e896b1bf8176ab

Contents?: true

Size: 231 Bytes

Versions: 44

Compression:

Stored size: 231 Bytes

Contents

class Eco::API::Common::Loaders::Workflow < Eco::API::Common::Loaders::Config
  class << self
    def workflow
      config.workflow
    end
  end

  delegate_missing_to :workflow
end

require_relative 'workflow/mailer'

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
eco-helpers-2.6.4 lib/eco/api/common/loaders/config/workflow.rb
eco-helpers-2.6.3 lib/eco/api/common/loaders/config/workflow.rb
eco-helpers-2.6.2 lib/eco/api/common/loaders/config/workflow.rb
eco-helpers-2.6.1 lib/eco/api/common/loaders/config/workflow.rb