This commit is contained in:
David Heinemeier Hansson 2014-05-29 16:27:47 +02:00
parent 79d0adef38
commit 9fcdc3451e

@ -11,6 +11,5 @@ module Identifier
def job_id
@job_id ||= SecureRandom.uuid
end
end
end