Add auth in all controllers

This commit is contained in:
sto
2025-03-22 13:07:12 +01:00
parent 5472a400d1
commit 6b02eecb9b
11 changed files with 107 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
class CompletionPolicy < ContestPolicy
def index?
false
end
def show?
false
end
end