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

Add custom wizard event trigger

Dieser Commit ist enthalten in:
Angus McLeod 2018-01-16 15:13:50 +08:00
Ursprung ba7c19dbfa
Commit 5174d23055

Datei anzeigen

@ -135,4 +135,6 @@ after_initialize do
complete_custom_wizard.present? complete_custom_wizard.present?
end end
end end
DiscourseEvent.trigger(:custom_wizard_ready)
end end