Make mission control only accessible for staff members

This commit is contained in:
Jorge Manrubia
2025-11-26 13:40:46 +01:00
parent 499b132b42
commit 8baf5b8abd
7 changed files with 52 additions and 5 deletions
+1
View File
@@ -1,3 +1,4 @@
class AdminController < ApplicationController
disallow_account_scope
before_action :ensure_staff
end