diff --git a/lib/spree/localized_number.rb b/lib/spree/localized_number.rb index f6089b2930..f14d4ed176 100644 --- a/lib/spree/localized_number.rb +++ b/lib/spree/localized_number.rb @@ -9,8 +9,6 @@ module Spree # It also adds a validation on the input format. # It accepts as arguments a variable number of attribute as symbols def localize_number(*attributes) - return unless connected? - validate :validate_localizable_number attributes.each do |attribute|