操作记录记录用户信息

This commit is contained in:
xxq250 2024-09-27 10:22:30 +08:00
parent 11eb5d3f98
commit 25321648f6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
class UserAction < ApplicationRecord
before_create :add_user_info
before_save :add_user_info
serialize :data_bank, JSON