Merge pull request '参数调整' (#137) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-09-01 14:17:26 +08:00
commit 3235a60a34
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Page < ApplicationRecord
belongs_to :project
# language_frame 前端语言框架
enum language_frame: { hugo: 0, jeklly: 1, hexo: 2}
enum language_frame: { hugo: 0, jekyll: 1, hexo: 2}
after_create do
PageService.genernate_user(user_id)