From 78e7ae4e044ed70d6be00fbe8b3249decfef641a Mon Sep 17 00:00:00 2001 From: jumagura Date: Mon, 19 Jun 2023 16:54:23 -0400 Subject: [PATCH] DEV: Undo formatting change --- lib/custom_wizard/custom_field.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom_wizard/custom_field.rb b/lib/custom_wizard/custom_field.rb index 07459798..6e36c2ee 100644 --- a/lib/custom_wizard/custom_field.rb +++ b/lib/custom_wizard/custom_field.rb @@ -90,7 +90,7 @@ class ::CustomWizard::CustomField if attr == 'serializers' && (unsupported = value - CLASSES[klass.to_sym]).length > 0 add_error(I18n.t("#{i18n_key}.unsupported_serializers", - class: klass, + class: klass, serializers: unsupported.join(", ") )) end