Sha256: 535043f65cb0581453c9896616a3e62696bbfb31b2ef2910efeaf93e6404f713
Contents?: true
Size: 264 Bytes
Versions: 4
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require 'active_support/core_ext/module/attribute_accessors_per_thread' module Traxor module Tags thread_mattr_accessor :controller, :sidekiq def self.all Hash(controller).merge(Hash(sidekiq)).dup end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
traxor-0.2.0 | lib/traxor/tags.rb |
traxor-0.1.20 | lib/traxor/tags.rb |
traxor-0.1.19 | lib/traxor/tags.rb |
traxor-0.1.18 | lib/traxor/tags.rb |