mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
remove check for connected?
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user