log跟踪

This commit is contained in:
xxq250 2023-03-12 10:35:42 +08:00
parent 9cd4c876ff
commit 89db4e35ac
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class ForksController < ApplicationController
before_action :authenticate_project!, :authenticate_user!
def create
puts "authenticate_project1111111=======================#{current_user&.id == @project.user_id}"
@new_project = Projects::ForkService.new(current_user, @project, params[:organization]).call
# TODO: fix Educoder shixun