diff --git a/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb b/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb index f909e5c2a8..628a09c433 100644 --- a/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb +++ b/apps/dashboard/app/lib/smart_attributes/attributes/auto_accounts.rb @@ -2,7 +2,6 @@ module SmartAttributes class AttributeFactory - extend AccountCache # Build this attribute object. No 'options' are used as this Attribute @@ -12,7 +11,6 @@ class AttributeFactory # @param opts [Hash] attribute's options # @return [Attributes::AutoAccounts] the attribute object def self.build_auto_accounts(opts = {}) - options = if Configuration.bc_simple_auto_accounts? account_names elsif Configuration.bc_dynamic_js?