We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821789f commit 74a40adCopy full SHA for 74a40ad
app/controllers/manage/dashboard_controller.rb
@@ -1,6 +1,6 @@
1
class Manage::DashboardController < Manage::ApplicationController
2
skip_before_action :require_admin_or_limited_admin
3
- before_action :require_admin_or_limited_admin_or_event_tracking
+ before_action :require_admin_or_limited_admin
4
5
def index
6
end
0 commit comments