fixes #960
This commit is contained in:
@@ -33,6 +33,10 @@ class PoolVersion < ActiveRecord::Base
|
||||
|
||||
extend SearchMethods
|
||||
|
||||
def updater_name
|
||||
User.id_to_name(updater_id)
|
||||
end
|
||||
|
||||
def initialize_updater
|
||||
self.updater_id = CurrentUser.id
|
||||
self.updater_ip_addr = CurrentUser.ip_addr
|
||||
|
||||
Reference in New Issue
Block a user