操作记录记录用户信息
This commit is contained in:
parent
11eb5d3f98
commit
25321648f6
|
@ -25,7 +25,7 @@
|
|||
|
||||
class UserAction < ApplicationRecord
|
||||
|
||||
before_create :add_user_info
|
||||
before_save :add_user_info
|
||||
|
||||
serialize :data_bank, JSON
|
||||
|
||||
|
|
Loading…
Reference in New Issue