mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Don't require login for QUit test path.
This commit is contained in:
parent
a19780d7a6
commit
a1888b301b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user