resolved conflict

This commit is contained in:
Nwabor
2024-05-14 17:29:17 +01:00
parent 0a67cc945f
commit 75b24c2d42
4 changed files with 10 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ module Spree
def add_class(name)
instance_variable_set "@#{name}", Set.new
create_method( "#{name}=".to_sym ) { |val|
create_method( :"#{name}=" ) { |val|
instance_variable_set( "@" + name, val)
}