Merge branch 'master' into fix-3278
This commit is contained in:
@@ -182,8 +182,8 @@ class Comment < ApplicationRecord
|
||||
end
|
||||
|
||||
def initialize_updater
|
||||
self.updater_id ||= CurrentUser.user.id
|
||||
self.updater_ip_addr ||= CurrentUser.ip_addr
|
||||
self.updater_id = CurrentUser.user.id
|
||||
self.updater_ip_addr = CurrentUser.ip_addr
|
||||
end
|
||||
|
||||
def creator_name
|
||||
|
||||
Reference in New Issue
Block a user