@@ -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