操作记录记录用户信息

This commit is contained in:
2024-09-27 10:24:40 +08:00
parent 25321648f6
commit 3fae388d92

View File

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