0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00

Add check so that default wizard still works

Dieser Commit ist enthalten in:
Angus McLeod 2017-11-02 10:26:49 +08:00
Ursprung d14db3678a
Commit 8f9fe92849

Datei anzeigen

@ -83,6 +83,10 @@ end
def required
object.required
end
def include_required?
object.respond_to?(:required)
end
end
::WizardStepSerializer.class_eval do