forked from Trustie/forgeplus
log跟踪
This commit is contained in:
parent
9cd4c876ff
commit
89db4e35ac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue