diff --git a/controllers/wizard.rb b/controllers/wizard.rb index 11e7ce4d..eb5edabd 100644 --- a/controllers/wizard.rb +++ b/controllers/wizard.rb @@ -2,7 +2,7 @@ class CustomWizard::WizardController < ::ApplicationController prepend_view_path(Rails.root.join('plugins', 'discourse-custom-wizard', 'views')) layout 'wizard' - before_action :ensure_logged_in + requires_login helper_method :wizard_page_title helper_method :theme_key