por trabajar con apuro 2

This commit is contained in:
f 2020-01-22 18:43:25 -03:00
parent 5a055a6da3
commit 46f3cc1d90
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
# Asigna un identificador único al artículo
class MetadataUuid < MetadataTemplate
def default_value
SecureRandom.uuid
end
end