Add users controller

This commit is contained in:
sto
2025-03-14 16:37:21 +01:00
parent 50280ce389
commit 026bda2a99
14 changed files with 110 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ class ContestsController < ApplicationController
def index
@contests = current_user.contests
@user = current_user
end
def show