From bdcdcad2ca2c320222b0f067b5ab985344561766 Mon Sep 17 00:00:00 2001 From: ger619 Date: Thu, 2 May 2024 15:54:13 +0300 Subject: [PATCH] add all --- app/controllers/team_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/team_controller.rb b/app/controllers/team_controller.rb index 2363c48f1..52eaa065d 100644 --- a/app/controllers/team_controller.rb +++ b/app/controllers/team_controller.rb @@ -9,6 +9,7 @@ def index def show @team = Team.find(params[:id]) end + def new @team = Team.new end