mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Adjust CurrentAttributes to use String, fixes #5536
This commit is contained in:
parent
eb85755a84
commit
d0e0e545a3
5 changed files with 22 additions and 17 deletions
5
myapp/app/lib/myapp/current.rb
Normal file
5
myapp/app/lib/myapp/current.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module Myapp
|
||||
class Current < ActiveSupport::CurrentAttributes
|
||||
attribute :tenant_id
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue