Change
This commit is contained in:
parent
28e762810e
commit
d1368c7612
|
@ -2,7 +2,10 @@ class SyncForgeController < ApplicationController
|
||||||
# before_action :check_token
|
# before_action :check_token
|
||||||
|
|
||||||
def sync_projects
|
def sync_projects
|
||||||
project_fork = params[:sync_params]
|
project_params = params[:project]
|
||||||
|
repository_params = params[:repository]
|
||||||
|
project_socre = params[:project_socre]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# def create
|
# def create
|
||||||
|
|
Loading…
Reference in New Issue