mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX cloud account bug
This commit is contained in:
@@ -85,4 +85,8 @@ class Ci::CloudAccountsController < Ci::BaseController
|
||||
def devops_params
|
||||
params.permit(:account, :secret, :ip_num)
|
||||
end
|
||||
|
||||
def find_cloud_account
|
||||
@cloud_account = Ci::CloudAccount.find params[:id]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user