DEV: Don't require login for QUit test path.

This commit is contained in:
Guo Xiang Tan 2018-11-23 13:50:19 +08:00
parent a19780d7a6
commit a1888b301b

View File

@ -1,5 +1,5 @@
class QunitController < ApplicationController
skip_before_action :check_xhr, :preload_json
skip_before_action :check_xhr, :preload_json, :redirect_to_login_if_required
layout false
# only used in test / dev