diff --git a/lib/acts_as_tenant.rb b/lib/acts_as_tenant.rb index 61fd65c..6e896f1 100644 --- a/lib/acts_as_tenant.rb +++ b/lib/acts_as_tenant.rb @@ -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