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
rename namespace
pull/313/head
yystopf
4 years ago
parent
17ccf3d576
commit
a0a7f908f4
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/traces/projects_controller.rb
+1
-1
app/controllers/traces/trace_users_controller.rb
+ 1
- 1
app/controllers/traces/projects_controller.rb
View File
@@ -1,4 +1,4 @@
class Traces::ProjectsController < Trace::BaseController
class Traces::ProjectsController < Trace
s
::BaseController
before_action :require_login
before_action :load_project
+ 1
- 1
app/controllers/traces/trace_users_controller.rb
View File
@@ -1,4 +1,4 @@
class Traces::TraceUsersController < Trace::BaseController
class Traces::TraceUsersController < Trace
s
::BaseController
before_action :require_auth
def create
Write
Preview
Loading…
Cancel
Save