1
0
Fork 0
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:
Mike Perham 2022-09-20 13:58:35 -07:00
parent eb85755a84
commit d0e0e545a3
No known key found for this signature in database
5 changed files with 22 additions and 17 deletions

View file

@ -0,0 +1,5 @@
module Myapp
class Current < ActiveSupport::CurrentAttributes
attribute :tenant_id
end
end