fixing the forms again

This commit is contained in:
2023-01-21 22:43:39 +02:00
parent 6852883273
commit accb668267
6 changed files with 23 additions and 7 deletions

View File

@ -69,7 +69,6 @@ module Merged
raise "Type mismatch #{key} #{@attributes[key].class}!=#{value.class}"
end
end
puts "setting #{key}=#{value}"
attributes[key] = value
end
end