1
0
Fork 0
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