This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'develop' into standalone_develop
pull/313/head
yystopf
4 years ago
parent
f79e4f8e81
ca3c564529
commit
6dc2f0b062
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/controllers/owners_controller.rb
+ 2
- 0
app/controllers/owners_controller.rb
View File
@@ -11,6 +11,8 @@ class OwnersController < ApplicationController
end
def show
return render_not_found unless @user.present?
@owner = Owner.find_by(login: params[:id]) || Owner.find_by(id: params[:id])
return render_ok(type: 'User') unless @owner.present?
# 组织
Write
Preview
Loading…
Cancel
Save