diff --git a/app/models/spree/zone.rb b/app/models/spree/zone.rb index 4242658e40..ed1250d553 100644 --- a/app/models/spree/zone.rb +++ b/app/models/spree/zone.rb @@ -59,7 +59,6 @@ module Spree @countries ||= case kind when 'country' then zoneables when 'state' then zoneables.collect(&:country) - else nil end.flatten.compact.uniq end