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 pull request '参数调整' (
#137
) from KingChan/forgeplus:chenjing into standalone_develop
pull/338/head
KingChan
2 years ago
parent
b48c65c3ff
192f48f26c
commit
3235a60a34
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/models/page.rb
+ 1
- 1
app/models/page.rb
View File
@@ -28,7 +28,7 @@ class Page < ApplicationRecord
belongs_to :project
# language_frame 前端语言框架
enum language_frame: { hugo: 0, jekll
y
: 1, hexo: 2}
enum language_frame: { hugo: 0, jek
y
ll: 1, hexo: 2}
after_create do
PageService.genernate_user(user_id)
Write
Preview
Loading…
Cancel
Save