We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782f084 commit b049748Copy full SHA for b049748
app/controllers/application_controller.rb
@@ -6,13 +6,13 @@ class ApplicationController < ActionController::Base
6
include PolicyHelper
7
helper_method :staging?
8
protect_from_forgery with: :exception
9
+ before_action :require_scheduler_inheritation
10
before_action :basic_auth, if: :staging?
11
before_action :test_login, if: :test?
12
before_action :init_user
13
before_action :allow_cross_domain_access
14
before_action :set_host_for_disk_storage
15
before_action :require_active_user_login
- before_action :require_scheduler_inheritation
16
17
protected
18
0 commit comments