Skip to content

Commit

Permalink
Update lib/acts_as_tenant.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Dec 6, 2023
1 parent 902e991 commit 7e713c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts_as_tenant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module ActsAsTenant
@@mutable_tenant = false

class Current < ActiveSupport::CurrentAttributes
attribute :current_tenant, :test_tenant, :acts_as_tenant_unscoped
attribute :current_tenant, :acts_as_tenant_unscoped
end

class << self
Expand Down

0 comments on commit 7e713c1

Please sign in to comment.