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
change page language_frame enum
pull/338/head
呱呱呱
2 years ago
parent
78ea8988de
commit
4790f34e0e
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
@@ -26,7 +26,7 @@ class Page < ApplicationRecord
belongs_to :project
# language_frame 前端语言框架
enum language_frame: { hugo: 0,
hexo: 1, jeklly
: 2}
enum language_frame: { hugo: 0,
jeklly: 1, hexo
: 2}
after_create do
PageService.genernate_user(user_id)
Write
Preview
Loading…
Cancel
Save