5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:16:21 +00:00

fix: el titulo siempre se actualiza #16669

This commit is contained in:
f 2024-07-02 13:01:27 -03:00
parent bd3df6c186
commit 100df4b157
No known key found for this signature in database

View file

@ -7,6 +7,11 @@ class MetadataTitle < MetadataString
false
end
# Siempre recalcular el título
def value
self[:value] = default_value
end
# Obtener todos los valores de texto del artículo y generar un título
# en base a eso.
#