change page language_frame enum

This commit is contained in:
呱呱呱 2023-08-21 15:09:26 +08:00
parent 78ea8988de
commit 4790f34e0e
1 changed files with 1 additions and 1 deletions

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)