diff --git a/lib/custom_wizard/validators/update.rb b/lib/custom_wizard/validators/update.rb index b3e8ba86..0229f676 100644 --- a/lib/custom_wizard/validators/update.rb +++ b/lib/custom_wizard/validators/update.rb @@ -54,7 +54,7 @@ class ::CustomWizard::UpdateValidator self.class.field_validators.each do |validator| if type === validator[:type] - validator[:block].call(field, value, @updater, @step_template) + validator[:block].call(field, value, @updater) end end end