Fixed function name.
This commit is contained in:
parent
e33beacdea
commit
f807d10dd3
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ returns
|
||||||
|
|
||||||
rebuild signature for each user
|
rebuild signature for each user
|
||||||
|
|
||||||
SignatureDetection.rebuild_all
|
SignatureDetection.rebuild_all_user
|
||||||
|
|
||||||
returns
|
returns
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ returns
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
def self.rebuild_all
|
def self.rebuild_all_user
|
||||||
|
|
||||||
User.select('id').where(active: true).each {|local_user|
|
User.select('id').where(active: true).each {|local_user|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue