0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 11:52:54 +01:00
Dieser Commit ist enthalten in:
Angus McLeod 2017-12-19 17:50:40 +08:00
Ursprung e2aa55b4b2
Commit dd706315de

Datei anzeigen

@ -15,7 +15,7 @@ class CustomWizard::WizardController < ::ApplicationController
end
def theme_key
wizard['theme_key']
wizard ? wizard['theme_key'] : nil
end
def index