mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-19 22:31:47 +00:00
fix: no guardar hashwithindifferentaccess
This commit is contained in:
parent
9d902fdd49
commit
88c9399ba5
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ class MetadataFile < MetadataTemplate
|
||||||
value['path'] = relative_destination_path_with_filename.to_s if static_file
|
value['path'] = relative_destination_path_with_filename.to_s if static_file
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self[:value] = self[:value].to_h
|
||||||
|
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue