Angus McLeod 7 년 전
부모
커밋
62b4cfbb21
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      controllers/wizard.rb

+ 0 - 2
controllers/wizard.rb

@@ -1,8 +1,6 @@
 class CustomWizard::WizardController < ::ApplicationController
   prepend_view_path(Rails.root.join('plugins', 'discourse-custom-wizard', 'views'))
   layout 'wizard'
-
-  skip_before_action :check_xhr, :preload_json
   
   before_action :ensure_logged_in
   helper_method :wizard_page_title