5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-16 22:11:49 +00:00

fix: no guardar hashwithindifferentaccess

This commit is contained in:
f 2024-04-23 14:09:26 -03:00
parent 9d902fdd49
commit 88c9399ba5
No known key found for this signature in database

View file

@ -49,6 +49,8 @@ class MetadataFile < MetadataTemplate
value['path'] = relative_destination_path_with_filename.to_s if static_file
end
self[:value] = self[:value].to_h
true
end