操作记录记录用户信息

This commit is contained in:
xxq250 2024-09-27 10:24:40 +08:00
parent 25321648f6
commit 3fae388d92
1 changed files with 1 additions and 1 deletions

View File

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