mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:36:21 +00:00
el uuid tampoco se cifra
(igual no hacía falta, por las dudas)
This commit is contained in:
parent
8d50524f14
commit
bcab506ff3
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@ class MetadataUuid < MetadataTemplate
|
||||||
def default_value
|
def default_value
|
||||||
SecureRandom.uuid
|
SecureRandom.uuid
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def private?
|
||||||
|
false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue