mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:41:41 +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
|
||||
SecureRandom.uuid
|
||||
end
|
||||
|
||||
def private?
|
||||
false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue