Sha256: 476154e03272569af95b710349dd75c93ce1caa29ea0ebaaa6e8abb51827a1ec

Contents?: true

Size: 407 Bytes

Versions: 9

Compression:

Stored size: 407 Bytes

Contents

# frozen_string_literal: true

# The sole purpose of this class is so that you can do
# `config.active_job.queue_adapter = :gouda` in your Rails
# config, as Rails insists on resolving the adapter module
# name from the symbol automatically. If Rails ever allows
# us to "register" an adapter to a symbol this module can
# be removed later.
class ActiveJob::QueueAdapters::GoudaAdapter < Gouda::Adapter
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gouda-0.1.14 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.13 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.12 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.11 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.10 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.9 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.8 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.7 lib/active_job/queue_adapters/gouda_adapter.rb
gouda-0.1.5 lib/active_job/queue_adapters/gouda_adapter.rb