1
0
Fork 0

Remove step_template from field validator arguments

Dieser Commit ist enthalten in:
Angus McLeod 2020-11-30 11:05:52 +11:00
Ursprung 96ac100602
Commit 8274884505

Datei anzeigen

@ -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