edit
This commit is contained in:
@@ -120,7 +120,7 @@ class BatchLineItem < ApplicationRecord
|
||||
end
|
||||
def self.get_array
|
||||
arr=Array.new
|
||||
(1..1000).each do |i|
|
||||
(1..100).each do |i|
|
||||
str= SecureRandom.hex
|
||||
uid=str[0..13]
|
||||
arr.push(uid)
|
||||
|
||||
Reference in New Issue
Block a user